libbubulle/tools/Makefile

6 lines
119 B
Makefile
Raw Normal View History

2020-06-05 09:17:17 +11:00
BBFUNCS = ../libbubulles.a
read_obj: read_obj.c Makefile ${BBFUNCS}
2020-06-05 10:05:01 +11:00
gcc -Wall -DDEBUG_LEVEL=1 $< ${BBFUNCS} -o $@