mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-02 10:16:21 +00:00
* Fix build on mingw32
This commit is contained in:
parent
6de942e05d
commit
3491055f76
@ -46,7 +46,8 @@ syms:
|
||||
main.c:
|
||||
|
||||
${BIN}: libsdb.a main.c
|
||||
${CC} ${CFLAGS} -o ${BIN} main.c libsdb.a
|
||||
gcc -DVERSION=\"${VERSION}\" -o ${BIN} *.c
|
||||
#${CC} ${CFLAGS} -o ${BIN} main.c libsdb.a
|
||||
|
||||
wcl:
|
||||
wc -l `echo ${OBJ}|sed -e 's,\.o,.c,g'`
|
||||
|
Loading…
Reference in New Issue
Block a user