libbubulle/tools/Makefile

6 lines
103 B
Makefile
Raw Normal View History

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