enhanced the documentation

This commit is contained in:
tTh 2018-11-16 15:31:33 +01:00
parent beb6075239
commit a6e9e92f8c
3 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,5 +2,5 @@
*.o *.o
tbb tbb
gmon.out
dummy-file dummy-file

View File

@ -1,9 +1,11 @@
############################################# #############################################
# making the bubulles library # making the bubulles library
# maybe must be run with gmake # maybe must be run with gmake on FreeBSD
############################################# #############################################
CC = gcc
OPT = -Wall -g -DDEBUG_LEVEL=1 -DMUST_ABORT OPT = -Wall -g -DDEBUG_LEVEL=1 -DMUST_ABORT
CC = gcc CC = gcc

View File

@ -7,6 +7,8 @@
* This kludge was mainly build on FreeBSD, so ymmv. * This kludge was mainly build on FreeBSD, so ymmv.
* But you have to use GNU make, iirc... * But you have to use GNU make, iirc...
* Looking at the Makefile is a good idea.