add gzip target

This commit is contained in:
Keagan McClelland
2021-10-20 15:05:24 -06:00
committed by Aiden McClelland
parent ded4c6a597
commit 9df65e12ad

View File

@@ -13,6 +13,9 @@ TMP_FILE := $(shell mktemp)
all: eos.img
gzip: eos.img
gzip -k eos.img
clean:
rm -f eos.img
rm -f ubuntu.img