(defn -main [& targs] (load-file "build.clj") (if targs (doseq [targ (map symbol targs)] (eval (list targ))) (println "Available targets: " @targets)))
Comments top
No comments for -main. Log in to add a comment.