add clean target
This commit is contained in:
parent
f8756037cb
commit
e423e48d1d
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -18,3 +18,7 @@ config: .gitconfiglock
|
||||||
@echo "[Push annotated tags by default]"
|
@echo "[Push annotated tags by default]"
|
||||||
@git config push.followTags true
|
@git config push.followTags true
|
||||||
@touch .gitconfiglock
|
@touch .gitconfiglock
|
||||||
|
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-rm -r build/
|
||||||
|
|
Loading…
Reference in a new issue