Skip to content

Commit 1b01629

Browse files
test
1 parent 94c60a6 commit 1b01629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build:
33
run-install:
44
./gradlew clean install
55
run-dist:
6-
./build/install/app/bin/app
6+
./build/install/app/bin/Main
77
run:
88
./gradlew run
99
test:

0 commit comments

Comments
 (0)