We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bf15d commit 47ea634Copy full SHA for 47ea634
starter_kits/Clojure/make-zip
@@ -0,0 +1,7 @@
1
+
2
+FILES := project.clj ./hlt/lib/hlt/*.clj ./hlt/app/halite3/mybot.clj
3
4
+all: mybot.zip
5
6
+mybot.zip: $(FILES)
7
+ zip -r $@ $(FILES)
0 commit comments