Skip to content

Commit

Permalink
build: Remove old sdcard .gz files before compressing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmcneill committed Jan 9, 2022
1 parent 4c61ed5 commit ad98522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ sdcard: uefi_release

.PHONY: release
release: sdcard
rm -f sdcard_*_?GB.img.gz
gzip sdcard_*_?GB.img

.PHONY: clean
Expand Down

0 comments on commit ad98522

Please sign in to comment.