Skip to content

Commit 9e8f3fa

Browse files
committed
modify file Makefile
1 parent f87b52a commit 9e8f3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setup:
2-
chmod +x code/app/gradlew
3-
cd code/app && ./gradlew clean install
2+
chmod +x ./gradlew
3+
gradlew clean install
44
run-dist:
55
build\install\app\bin\app

0 commit comments

Comments
 (0)