aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'worker/Makefile')
-rw-r--r--worker/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/worker/Makefile b/worker/Makefile
new file mode 100644
index 0000000..4d6cf39
--- /dev/null
+++ b/worker/Makefile
@@ -0,0 +1,7 @@
+.PHONY: fmt
+fmt:
+ go fmt ./...
+
+.PHONY: check
+check:
+ go build -o /dev/null ./...