Makefile: clean: Remove temporary image files

This commit is contained in:
Albert Hopkins 2015-03-01 12:49:04 +00:00
parent 58d4bad383
commit b92d617f84
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ eclean: $(COMPILE_OPTIONS)
clean:
rm -f partitions device-map $(IMAGS)/*.tmp
rm -rf --one-file-system -- $(CHROOT)
realclean: clean