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