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
|
$(CSM) -makefile Makefile.csm
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: Makefile.csm
|
clean:
|
||||||
$(MAKE) -f Makefile.csm clean
|
git clean -fdx
|
||||||
rm -f Makefile.csm rain
|
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue