From 6dfe77cfea938cd0ab6cc7e37e1f61100807d729 Mon Sep 17 00:00:00 2001 From: Tonton Date: Sat, 10 Nov 2018 12:22:28 +0100 Subject: [PATCH] adding some warnings to the READEME --- Makefile | 4 +++- README.txt | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) 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.