Skip to content

Commit 01d44ec

Browse files
committed
Added format command with Makefile.
1 parent 5d214a6 commit 01d44ec

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: update-version increment-major increment-minor increment-patch test build clean install
1+
.PHONY: update-version increment-major increment-minor increment-patch test build clean install format
22

33
update-version:
44
@echo "$(VERSION)" > VERSION
@@ -38,5 +38,8 @@ build:
3838
clean:
3939
mvn clean
4040

41+
format:
42+
@echo "Formatter not configured."
43+
4144
install:
4245
mvn clean install

0 commit comments

Comments
 (0)