adding some warnings to the READEME

This commit is contained in:
Tonton
2018-11-10 12:22:28 +01:00
parent 63611af4f8
commit 6dfe77cfea
2 changed files with 9 additions and 3 deletions

View File

@@ -8,7 +8,9 @@ OPT = -Wall -g -DDEBUG_LEVEL=1 -DMUST_ABORT
bubulles.o: bubulles.c bubulles.h Makefile
clang $(OPT) -c $<
#
tbb: tbb.c bubulles.h bubulles.o Makefile
clang $(OPT) $< bubulles.o -o tbb