Changeset 814 in code for trunk/Makefile
- Timestamp:
- Mar 23, 2023, 10:05:09 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r809 r814 2 2 RM ?= rm 3 3 SCDOC ?= scdoc 4 GOFLAGS ?= -v -ldflags "-w -X `go list`.Version=$(VERSION) -X `go list`.Commit=$(COMMIT) -X `go list`.Build=$(BUILD)" 4 GOFLAGS ?= -v -ldflags "-w -X `go list`.Version=$(VERSION) -X `go list`.Commit=$(COMMIT) -X `go list`.Build=$(BUILD)" -tags "static_build" 5 5 PREFIX ?= /usr/local 6 6 BINDIR ?= bin … … 13 13 BRANCH = `git rev-parse --abbrev-ref HEAD` 14 14 BUILD = `git show -s --pretty=format:%cI` 15 16 GOARCH ?= amd64 17 GOOS ?= linux 15 18 16 19 all: suika suikactl suika-znc-import doc/suika.1
Note:
See TracChangeset
for help on using the changeset viewer.