feat(makefile): add clean target

This commit is contained in:
Glenn Y. Rolland 2024-08-04 22:32:43 +02:00
parent 4f58365dc6
commit dbc86a4330

View file

@ -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