Add gzip target for travis to deploy on tag

This commit is contained in:
Jeremy Soller 2016-11-30 17:32:58 -07:00
parent 9b55c6b030
commit 4457be8cc0
2 changed files with 23 additions and 18 deletions

View file

@ -25,6 +25,9 @@ all: build/harddrive.bin
live: build/livedisk.bin
build/%.bin.gz: build/%.bin
gzip -k $<
FORCE:
clean: