Skip to content

Commit

Permalink
Refactor Makefile for better readability and consistency
Browse files Browse the repository at this point in the history
- Removed unnecessary blank lines
- Fixed indentation issues
- Replaced tabs with spaces for consistent formatting
  • Loading branch information
fcarrero committed Oct 31, 2024
1 parent 54dbc0e commit 4a7228a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
test:
./gradlew test

build:
./gradlew clean build -x lintDebug

deploy:
./gradlew publish

./gradlew publish
android:
rm -rf src/main/kotlin && \
rm -rf docs && \
Expand Down

0 comments on commit 4a7228a

Please sign in to comment.