View Makefile
CLJ_NREPL_PORT:=22340 | |
CLJS_JAR_VERSION:=1.7.48 | |
CLJS_JAR_URL:=https://github.com/clojure/clojurescript/releases/download/r$(CLJS_JAR_VERSION)/cljs.jar | |
.PHONY: def_target | |
def_target : null | |
# http://blog.jgc.org/2015/04/the-one-line-you-should-add-to-every.html |