We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7242c commit 1217d1cCopy full SHA for 1217d1c
Makefile
@@ -22,7 +22,7 @@ publish: clean jar
22
23
24
update-deps:
25
- $(foreach lib,$(LIB),cd $(lib) && clj -M:dev/outdated && cd -;)
+ $(foreach lib,$(LIB),cd $(lib) && clojure -M:dev/outdated && cd -;)
26
27
test-all: test-core test-logback test-ex-logback test-ex-log4j2
28
@echo "all done"
@@ -40,7 +40,7 @@ test-ex-log4j2:
40
cd examples/log4j2 && clojure -M:run
41
42
benchmark:
43
- cd bench && clj -M:benchmark
+ cd bench && clojure -M:benchmark
44
45
46
help:
0 commit comments