Skip to content

Commit

Permalink
Merge pull request #30 from statisticsnorway/change-name
Browse files Browse the repository at this point in the history
Change Makefile command 'build' -> 'build-mvn'
  • Loading branch information
mallport authored Nov 21, 2023
2 parents 0ef763c + c25a871 commit fbc5ec2
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,8 +1,8 @@
.PHONY: default
default: | help

.PHONY: build
build: ## Build project and install to you local maven repo
.PHONY: build-mvn
build-mvn: ## Build project and install to you local maven repo
./mvnw clean install

.PHONY: release-dryrun
Expand Down

0 comments on commit fbc5ec2

Please sign in to comment.