first corona patch

This commit is contained in:
tonton Th
2020-05-09 21:44:10 +02:00
parent 94aecb1155
commit ee00eec000
5 changed files with 19 additions and 17 deletions

View File

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