enhanced the documentation
This commit is contained in:
parent
beb6075239
commit
a6e9e92f8c
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,5 +2,5 @@
|
||||
*.o
|
||||
|
||||
tbb
|
||||
|
||||
gmon.out
|
||||
dummy-file
|
||||
|
4
Makefile
4
Makefile
@ -1,9 +1,11 @@
|
||||
|
||||
#############################################
|
||||
# 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
|
||||
CC = gcc
|
||||
|
||||
|
@ -7,6 +7,8 @@
|
||||
|
||||
* This kludge was mainly build on FreeBSD, so ymmv.
|
||||
* But you have to use GNU make, iirc...
|
||||
* Looking at the Makefile is a good idea.
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user