libbubulle/tools/Makefile

8 lines
149 B
Makefile
Raw Normal View History

2020-06-05 09:17:17 +11:00
BBFUNCS = ../libbubulles.a
2020-06-05 19:50:33 +11:00
OPT = -Wall -g -DDEBUG_LEVEL=1 -DMUST_ABORT
read_obj: read_obj.c Makefile $(BBFUNCS)
gcc $(OPT) $< $(BBFUNCS) -o $@