diff --git a/Makefile b/Makefile index 1b248e5..9a6f999 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all test clean upload submit stage-test +.PHONY: all test clean upload submit stage-test ccis-test ccis-clean SOURCES=Makefile router README.md $(shell find . -path ./build -prune -o -iname '*.rkt' -print)