diff --git a/Makefile b/Makefile index 6f044a39a..a12e65c6e 100644 --- a/Makefile +++ b/Makefile @@ -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