Update makefile

This commit is contained in:
xenia 2020-02-02 00:58:13 -05:00
parent d947894583
commit 4424afaf3c
1 changed files with 1 additions and 1 deletions

View File

@ -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) SOURCES=Makefile router README.md $(shell find . -path ./build -prune -o -iname '*.rkt' -print)