Make git clean -fdx use
This commit is contained in:
parent
0e8e819ba8
commit
9b7c4f0a4e
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
|
@ -10,9 +10,8 @@ Makefile.csm:
|
|||
$(CSM) -makefile Makefile.csm
|
||||
|
||||
.PHONY: clean
|
||||
clean: Makefile.csm
|
||||
$(MAKE) -f Makefile.csm clean
|
||||
rm -f Makefile.csm rain
|
||||
clean:
|
||||
git clean -fdx
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue