libbubulle/tools/Makefile

6 lines
103 B
Makefile
Raw Normal View History

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