read .OBJ file, second step

This commit is contained in:
2020-06-05 01:05:01 +02:00
parent 5a6e98d034
commit 0b5dd38b58
4 changed files with 43 additions and 3 deletions

View File

@@ -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 $@