Changeset 90 in code for trunk/Makefile
- Timestamp:
- May 4, 2025, 2:19:10 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r89 r90 5 5 DATE ?= `date -u +%F` 6 6 GOOS ?= `${GO} env GOOS` 7 VERSION ?= 1.0F 7 VERSION ?= 1.0F+${REV} 8 REV ?= `svn info --show-item revision || git rev-list --all | wc -l` 8 9 build: 9 10 ${GO} build ${GOFLAGS} ./cmd/aya
Note:
See TracChangeset
for help on using the changeset viewer.