SQUASH compile via gradlew with local path
[3501/3501-spark-go] / makefile
diff --git a/makefile b/makefile
new file mode 100644 (file)
index 0000000..a935c49
--- /dev/null
+++ b/makefile
@@ -0,0 +1,15 @@
+.PHONY: build
+all:test
+
+test:gradlew build
+       ./gradlew test
+
+build:gradlew
+       ./gradlew build
+
+run:gradlew
+       ./gradlew run
+
+gradlew:
+       gradle wrapper
+       touch gradlew