diff --git a/Makefile b/Makefile index 17e2d28..6a162f3 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.txt b/README.txt index 2405069..773aa1f 100644 --- a/README.txt +++ b/README.txt @@ -3,9 +3,13 @@ | lib bubulles | +-------------------------+ - /!\ warning /!\ + /!\ warnings /!\ + + * This kludge was mainly build on FreeBSD, so ymmv. + * But you have to use GNU make, iirc... + + - This kludge was mainly build on FreeBSD, so ymmv.