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