feat(makefile): add clean target
This commit is contained in:
parent
4f58365dc6
commit
dbc86a4330
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -27,5 +27,8 @@ install:
|
||||||
bin/mfm \
|
bin/mfm \
|
||||||
$(PREFIX)/bin
|
$(PREFIX)/bin
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f bin/mfm
|
||||||
|
|
||||||
.PHONY: spec test build all prepare install
|
.PHONY: spec test build all prepare install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue