include ../config.mak

.PHONY: all clean

all: anything.ci any

clean:
	rm -f any anything.ci log/*

anything.ci:
	@./genci.sh
