Make test PHONY target

This commit is contained in:
Jennifer Liu
2018-07-17 12:42:53 -07:00
parent 49acfaeaec
commit e6fe405838
+1
View File
@@ -6,6 +6,7 @@ ARG :=
all: main run clean
.PHONY: test
test: main testrun testshell clean
.PHONY: run