radare2/binr/binr.mk
pancake 14f85bd76f * Import Glyn Kennington's patch for the build system
- Use absolute paths everywhere and simplify Makefiles
2011-11-03 11:49:50 +01:00

10 lines
122 B
Makefile

include ../../libr/rules.mk
.PHONY: all clean
CFLAGS+=-DLIBDIR=\"${LIBDIR}\"
OBJS+=${BIN}.o
${BIN}${EXT_EXE}: ${OBJS}