aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-03-11 20:13:56 +0100
committerJonas Smedegaard <dr@jones.dk>2025-03-11 20:14:36 +0100
commiteea83bcd7cdcf87045ca274c9772b567c5c6310c (patch)
treedc702d272862cb2f354089ae41f203f37452b56c /Makefile
parent02876f961fc8b68f2cb43a23a1d98d89fce11858 (diff)
add make targets for generating/updating zip archives
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..95eb718
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+ZIP_DIRS = Mussel
+
+include _make/*.mk