Add phony
This commit is contained in:
parent
0bff959f1b
commit
9f1f82ad43
@ -1,3 +1,5 @@
|
||||
.PHONY: clean build test all
|
||||
|
||||
clean:
|
||||
mkdir -p student_out
|
||||
rm student_out/*
|
||||
|
Loading…
Reference in New Issue
Block a user