diff --git a/Makefile b/Makefile index 50b8a85..945cf42 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ build: fmt: @./gradlew spotlessApply +lint: + @echo "linting not ready yet" + test: @./gradlew test