aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..b45d4865
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+.PHONY: all
+all: build
+
+.PHONY: build
+build: static
+ go build ./cmd/pkgsite
+
+.PHONY: static
+static:
+ go run ./devtools/cmd/static