aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2024-04-26 13:50:34 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2024-04-26 13:52:47 +0200
commit4d19ee9234686dc6f61ee8f8f19201427e1b81dc (patch)
treed8c057c24890351657518463da8dd567829a26b7 /Makefile
parente33f64ebc22a2c8d08979adc0bb0ea9d4e37c743 (diff)
downloadsnake-4d19ee9234686dc6f61ee8f8f19201427e1b81dc.tar.gz
snake-4d19ee9234686dc6f61ee8f8f19201427e1b81dc.zip
include package file in template zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dbdc46f..dbe750e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,5 +20,6 @@ clean:
Vorlage.zip: Zeichenfenster.java
mkdir -p Snake
cp -u $(shell find . -maxdepth 1 -name '*.java' -not -name 'Snake.java') README.txt Snake
+ cp -u vorlage-package.bluej Snake/package.bluej
zip -r Vorlage.zip Snake
rm -r Snake