read .OBJ file, second step
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
BBFUNCS = ../libbubulles.a
|
||||
|
||||
read_obj: read_obj.c Makefile ${BBFUNCS}
|
||||
gcc -Wall $< ${BBFUNCS} -o $@
|
||||
gcc -Wall -DDEBUG_LEVEL=1 $< ${BBFUNCS} -o $@
|
||||
|
||||
Reference in New Issue
Block a user