Skip to content

Commit 4446fbb

Browse files
committed
fix: Fix typo and adapt Makefile to best practices
1 parent ee58662 commit 4446fbb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
.PONY: all build test
2-
1+
.PHONY: all
32
all: build
43

4+
.PHONY: build
55
build:
66
@./gradlew assemble --warning-mode all
77

8+
.PHONY: test
89
test:
910
@./gradlew check --warning-mode all

0 commit comments

Comments
 (0)