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 55cbe6e commit c8cab4eCopy full SHA for c8cab4e
starter_kits/Clojure/make-zip
@@ -1,5 +1,12 @@
1
+# -*- mode: makefile -*-
2
+# This is a Makefile
3
+# You can use it to create a zip to submit
4
+# make -f make-zip
5
-FILES := project.clj ./hlt/lib/hlt/*.clj ./hlt/app/MyBot.clj
6
+# If you add additional namespaces put those files here
7
+MYFILES := ./hlt/app/MyBot.clj
8
+
9
+FILES := project.clj ./hlt/lib/hlt/*.clj $(MYFILES)
10
11
all: mybot.zip
12
0 commit comments