Compile it into bin/ instead.

master
Zed A. Shaw 1 month ago
parent 12b06381ca
commit 05cb0c5491
  1. 2
      .ozai.json
  2. 2
      Makefile

@ -3,7 +3,7 @@
"Processes": { "Processes": {
"webapp": { "webapp": {
"URL": "/webapp", "URL": "/webapp",
"Command": "./webapp", "Command": "./bin/webapp",
"Args": [] "Args": []
}, },
"ssgod": { "ssgod": {

@ -6,7 +6,7 @@ else
endif endif
build: build:
go build . go build -o bin/webapp .
site: site:
go tool ssgod go tool ssgod

Loading…
Cancel
Save