From 3263090a277f3e1c212b92afc8b7de0027611caa Mon Sep 17 00:00:00 2001 From: likho Date: Sun, 4 Dec 2022 18:08:17 -0800 Subject: [PATCH] added zip recipe --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 385adf1..84ebee9 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ html: $(RENDERS) $(RENDERS): %.html : %.txt $(CC) $^ -o $@ +archive: + zip ./cephalon-stallman.zip ./Makefile ./ch*.txt + neocities: ~/Documents/edit/neopublish.sh ch1.html > renders/ch1.html ~/Documents/edit/neopublish.sh ch2.html > renders/ch2.html