read .OBJ file, first try
This commit is contained in:
5
Makefile
5
Makefile
@@ -12,12 +12,15 @@ CC = gcc
|
||||
|
||||
OPT = -Wall -g -DDEBUG_LEVEL=0 -DMUST_ABORT
|
||||
|
||||
libbubulles.a: bubulles.o
|
||||
libbubulles.a: bubulles.o importobj.o
|
||||
ar r $@ $?
|
||||
|
||||
bubulles.o: bubulles.c bubulles.h Makefile
|
||||
$(CC) $(OPT) -c $<
|
||||
|
||||
importobj.o: importobj.c bubulles.h Makefile
|
||||
$(CC) $(OPT) -c $<
|
||||
|
||||
# ------------------------------------------------
|
||||
# --- build some tests and tools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user