From e64c25877e784baab341663fbc75ff909ee404f5 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 16 Feb 2026 15:20:34 +0700 Subject: [DO-NOT-MERGE] all: add make file This is to easily remember what tasks and commands to run in this repository. --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.3