Skip to content

Commit

Permalink
wil
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Jul 21, 2024
1 parent c633913 commit bf44e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: clean compile lint test all
.PHONY: clean prepare lint pom jar uberjar javadoc compile clj-test java-test visual-test coverage test all
.DEFAULT_GOAL := all

clean:
Expand Down Expand Up @@ -39,4 +39,4 @@ coverage: clean prepare compile

test: clean prepare compile clj-test java-test visual-test

all: clean compile lint test
all: clean compile lint test javadoc uberjar

0 comments on commit bf44e14

Please sign in to comment.