CFLAGS += $(shell guile-config compile) -std=c99 CPPFLAGS += -D_GNU_SOURCE LDLIBS += $(shell guile-config link) -lpthread all: many_threads clean: rm -f *.o many_threads