enhanced the documentation

Este commit está contenido en:
tTh 2018-11-16 15:31:33 +01:00
padre beb6075239
commit a6e9e92f8c
Se han modificado 3 ficheros con 6 adiciones y 2 borrados

2
.gitignore vendido
Ver fichero

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

Ver fichero

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

Ver fichero

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