Skip to content

Commit

Permalink
Add make clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Apr 7, 2020
1 parent fe591e3 commit 3bb8cf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.dev.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ help:
@echo
@echo Extra targets:
@echo " " $$(grep -h '^.PHONY: [^#]*$$' Makefile* | cut -d: -f2- | sort)

clean:
rm -f *.img.tmp *.img.xz *-packages.txt *.deb

0 comments on commit 3bb8cf2

Please sign in to comment.