From 4424afaf3ccd57108cc8877136298438532a591d Mon Sep 17 00:00:00 2001 From: haskal Date: Sun, 2 Feb 2020 00:58:13 -0500 Subject: [PATCH] Update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)