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