Skip to content

Commit 046c486

Browse files
committed
add .end and install automation
1 parent 7f29230 commit 046c486

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.envrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
dotenv_if_exists
12
use flake

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ target/
55
*.iml
66
*.DS_Store
77
*.releaseBackup
8-
release.properties
8+
release.properties
9+
.env

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ clean:
1111

1212
.PHONY: rebuild
1313
rebuild:
14-
mvn clean package --global-toolchains toolchains.xml
14+
mvn clean package --global-toolchains toolchains.xml
15+
16+
.PHONY: install
17+
install:
18+
mvn install --global-toolchains toolchains.xml

0 commit comments

Comments
 (0)