enhanced the documentation

这个提交包含在:
tTh 2018-11-16 15:31:33 +01:00
父节点 beb6075239
当前提交 a6e9e92f8c
共有 3 个文件被更改,包括 6 次插入2 次删除

2
.gitignore vendored
查看文件

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

查看文件

@ -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.