Skip to content

Commit

Permalink
all: make "clean" a phony task
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Jul 28, 2021
1 parent 21ff524 commit 11c7002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ ci: clean lint test-coverage aar
publish: aar
./gradlew :hms-plugin:publish

.PHONY: ci sonar check-token
.PHONY: ci sonar check-token aar clean

0 comments on commit 11c7002

Please sign in to comment.