aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-20 22:16:00 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-20 22:16:00 +0200
commit648e9063d318024db4eb00d74ec14f632f1d95fb (patch)
treeb7fa23778245533bf83f06a04deaf7269fe235fb /Makefile
parenta65eaaf76d773abbc9b05f3ff290f553323f4666 (diff)
add make snippet to generate zipfile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f352672..2f783a8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,9 @@ DOCUMENTS = report
PAD_LIST = report.qmd:mussel
+ZIPNAME = mussel_code
+ZIPFILES += p5.js/*.js Arduino/*
+
# config hints used by helper script hedgedoc
export HEDGEDOC_SERVER = https://pad.degrowth.net/
export HEDGEDOC_CONFIG_DIR = $(CURDIR)/_hedgedoc