From 9df65e12ad6f9e38070775d2b4e905fcf5b1389e Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Wed, 20 Oct 2021 15:05:24 -0600 Subject: [PATCH] add gzip target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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