8 lines
149 B
Makefile
8 lines
149 B
Makefile
|
|
BBFUNCS = ../libbubulles.a
|
|
|
|
OPT = -Wall -g -DDEBUG_LEVEL=1 -DMUST_ABORT
|
|
|
|
read_obj: read_obj.c Makefile $(BBFUNCS)
|
|
gcc $(OPT) $< $(BBFUNCS) -o $@
|