mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 12:36:30 +00:00
* Oops. add missing posix.mk
This commit is contained in:
parent
beb735e6e9
commit
7ba206b3f8
9
libr/fs/p/posix.mk
Normal file
9
libr/fs/p/posix.mk
Normal file
@ -0,0 +1,9 @@
|
||||
OBJ_POSIX=fs_posix.o
|
||||
|
||||
STATIC_OBJ+=${OBJ_POSIX}
|
||||
TARGET_POSIX=fs_posix.${EXT_SO}
|
||||
|
||||
ALL_TARGETS+=${TARGET_POSIX}
|
||||
|
||||
${TARGET_POSIX}: ${OBJ_POSIX}
|
||||
${CC} ${LDFLAGS} ${CFLAGS} -o ${TARGET_POSIX} ${OBJ_POSIX} ${EXTRA}
|
Loading…
x
Reference in New Issue
Block a user