Add gzip target for travis to deploy on tag
This commit is contained in:
parent
9b55c6b030
commit
4457be8cc0
2 changed files with 23 additions and 18 deletions
3
Makefile
3
Makefile
|
@ -25,6 +25,9 @@ all: build/harddrive.bin
|
|||
|
||||
live: build/livedisk.bin
|
||||
|
||||
build/%.bin.gz: build/%.bin
|
||||
gzip -k $<
|
||||
|
||||
FORCE:
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue