workin on edgelists...

This commit is contained in:
tTh
2023-03-30 05:16:19 +02:00
parent 9e81fa8319
commit 9577f1da1f
3 changed files with 14 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
CC = gcc
OPT = -Wall -g -O3 -DDEBUG_LEVEL=0 -DMUST_ABORT=0
OPT = -Wall -g -pg -DDEBUG_LEVEL=0 -DMUST_ABORT=0
libbubulles.a: bubulles.o edges.o
ar r $@ $?