From 2ad28cbbfb4287164e7877923291bb18519688fc Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 9 Jan 2026 08:07:03 -0500 Subject: replace repo contents with revamped site --- Makefile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index a393724..0000000 --- a/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -build_dev: tidy format - go build -o devserver - -serve_dev: build_dev - ./devserver --chroot ./ --root /htdocs/ --host localhost - -build: tidy format - GOOS=openbsd GOARCH=amd64 go build -o webserver - -live: - rsync -rtvzP ./htdocs/ sam@samanthony.xyz:/var/www/htdocs/samanthony.xyz/ - -format: - gofmt -s -w . - -tidy: - go mod tidy -- cgit v1.2.3