# ---------- fractal agregation LIBBB = ../libbubulle/bubulles.o OPT = -Wall -g -DDEBUG_LEVEL=1 -DMUST_ABORT agregator: agregator.c funcs.o clang $(OPT) $< $(LIBBB) funcs.o -lm -o $@ funcs.o: funcs.c funcs.h Makefile clang $(OPT) -c $<