initial commit of this kluge
This commit is contained in:
15
Makefile
Normal file
15
Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
#############################################
|
||||
# making the bubulles library
|
||||
# maybe must be run with gmake
|
||||
#############################################
|
||||
|
||||
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
|
||||
|
||||
#############################################
|
||||
Reference in New Issue
Block a user