radare2/libr/print/t/Makefile
pancake dab6dacf50 * Refactoring of the r_print module
- State-aware now
  - Sync examples and r_core
2009-03-11 11:42:11 +00:00

14 lines
175 B
Makefile

all: hex fmt
BIN=hex
OBJ=hex.o
BINDEPS=r_cons r_util r_line r_print
ftm: fmt.o
${CC} -I../../include fmt.o ../*.o -o fmt
myclean:
rm -f fmt fmt.o
include ../../rules.mk