diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
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 |