aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2024-04-05 09:54:58 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2024-04-05 09:54:58 +0200
commit6d83a8ad599ef1f653e19c50f8a0b5b7fdd19d56 (patch)
treebddf9eae5e3143ca626bed5305f5dffa07e2ab17 /Makefile
parentf114a533a9468be8bc0ff111838948e7a56115ff (diff)
downloadsnake-6d83a8ad599ef1f653e19c50f8a0b5b7fdd19d56.tar.gz
snake-6d83a8ad599ef1f653e19c50f8a0b5b7fdd19d56.zip
add make target to create a template for the students
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d9b1d3c..d4bfd86 100644
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,5 @@ Zeichenfenster.java:
clean:
rm -f *.class
+Vorlage.zip: Zeichenfenster.java
+ zip Vorlage.zip $(shell find . -name '*.java' -not -name 'Snake.java') README.TXT