Add phony

This commit is contained in:
Isaac Shoebottom 2023-11-28 10:43:57 -04:00
parent 0bff959f1b
commit 9f1f82ad43

View File

@ -1,3 +1,5 @@
.PHONY: clean build test all
clean:
mkdir -p student_out
rm student_out/*