rizin/libr/syscall/Makefile
Damien Zammit 632dccc217 Remove LIL_ENDIAN macro and configure option
TODO: Remove other endian cruft from:
- hashing algs
- judy
- squashfs
- grub
- tms320

Signed-off-by: Damien Zammit <damien@zamaudio.com>
2016-05-06 10:21:55 +02:00

20 lines
234 B
Makefile

include ../config.mk
NAME=r_syscall
DEPS=r_util r_db
OBJS=syscall.o ioports.o
CFLAGS+=-D__UNIX__ -Wall
EXTRA_TARGETS+=do
EXTRA_CLEAN=doclean
include ../rules.mk
.PHONY: do doclean
do:
${MAKE} -C d
doclean:
${MAKE} -C d clean