adding some warnings to the READEME
This commit is contained in:
parent
63611af4f8
commit
6dfe77cfea
4
Makefile
4
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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user