6 lines
119 B
Makefile
6 lines
119 B
Makefile
|
|
BBFUNCS = ../libbubulles.a
|
|
|
|
read_obj: read_obj.c Makefile ${BBFUNCS}
|
|
gcc -Wall -DDEBUG_LEVEL=1 $< ${BBFUNCS} -o $@
|