Undo deleting clean in make

This commit is contained in:
Jennifer Liu
2018-07-27 16:56:50 -07:00
parent 96d84ee235
commit 53ef22a4bc
@@ -9,7 +9,7 @@ IO_FILE := ../randomDictBuilder/io.c
TEST_INPUT := ../../../lib
TEST_OUTPUT := fastCoverDict
all: main run
all: main run clean
.PHONY: test
test: main testrun testshell clean