first corona patch
This commit is contained in:
2
Makefile
2
Makefile
@@ -11,7 +11,6 @@
|
||||
CC = gcc
|
||||
|
||||
OPT = -Wall -g -DDEBUG_LEVEL=0 -DMUST_ABORT
|
||||
CC = gcc
|
||||
|
||||
libbubulles.a: bubulles.o
|
||||
ar r $@ $?
|
||||
@@ -19,6 +18,7 @@ libbubulles.a: bubulles.o
|
||||
bubulles.o: bubulles.c bubulles.h Makefile
|
||||
$(CC) $(OPT) -c $<
|
||||
|
||||
# ------------------------------------------------
|
||||
# --- build some tests and tools
|
||||
|
||||
tbb: tbb.c bubulles.h bubulles.o Makefile
|
||||
|
||||
Reference in New Issue
Block a user