more work done on .OBJ import

This commit is contained in:
tTh
2023-03-30 05:39:36 +02:00
parent 9577f1da1f
commit b861e8c86b
5 changed files with 53 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
BBFUNCS = ../libbubulles.a
OPT = -Wall -g -DDEBUG_LEVEL=1 -DMUST_ABORT
OPT = -Wall -g -pg -DDEBUG_LEVEL=0 -DMUST_ABORT=0
read_obj: read_obj.c Makefile importobj.o $(BBFUNCS)
gcc $(OPT) $< importobj.o $(BBFUNCS) -o $@