mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-01 11:11:56 +00:00
c5e588e6e5
- Previous commits has been reported in the ChangeLog file - hg log has been lost (moved inside ChangeLog) - Old radare1 repository has removed all the libr
8 lines
110 B
Makefile
8 lines
110 B
Makefile
NAME=r_util
|
|
OBJ=mem.o num.o str.o re.o hex.o file.o alloca.o
|
|
|
|
#CFLAGS+=-O2
|
|
#CC=gcc-4.1.1
|
|
|
|
include ../rules.mk
|