radare2/libr/search/t/Makefile
pancake fcb58f1ff7 * Lot of makefile refactoring and cleanup
- Make use of some gnu extensions to make it cleaner
  - Fixes (mostly) build system
2009-02-06 13:17:51 +01:00

16 lines
248 B
Makefile

BINDEPS=r_util r_search
include ../../rules.mk
all: test test-str
test:
${CC} -g -I ../../include test.c ${LDFLAGS} -o test
test-str:
${CC} -g -I ../../include test-str.c ${LDFLAGS} -o test-str
clean:
rm -f test test.o test-str test-str.o