include ../config.mak

.PHONY: all clean

all: chain test

clean:
	rm -f *.o chain test log/*
