libbubulle/tools/Makefile

6 lines
119 B
Makefile
Raw Normal View History

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