From 16908b61c682053f2057ed3737fecafb44a1df5b Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 2 Nov 2021 01:00:31 -0400 Subject: [PATCH] peasant: add zip target --- games/peasant/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games/peasant/Makefile b/games/peasant/Makefile index 1566bce5..42b457aa 100644 --- a/games/peasant/Makefile +++ b/games/peasant/Makefile @@ -9,6 +9,9 @@ LZSA = ~/research/lzsa/lzsa/lzsa all: peasant.dsk peasant_side2.dsk +zip: peasant.dsk peasant_side2.dsk + zip peasant.zip peasant.dsk peasant_side2.dsk + peasant.dsk: QBOOT QLOAD VID_LOGO TITLE INTRO \ PEASANT1 PEASANT2 PEASANT3 PEASANT4 ENDING TROGDOR \ SAVE1 SAVE2 SAVE3 MUSIC INVENTORY PARSE_INPUT.LZSA