diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ OUT=./bin/$(BIN) SERVER=./cmd/server/main.go GO_TEST=go test -v -timeout 100ms -shuffle on -parallel `nproc` -GO_BUILD=go build -v +GO_BUILD=go build -v -ldflags '-w -s' GO_RUN=go run -v all: build sass |