Forbid the serve command to work on a non-existent directory

git-svn-id: file:///srv/svn/repo/aya/trunk@92 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
yakumo.izuru
2025-06-29 01:51:57 +00:00
parent 28ce3606b9
commit 06c94dfc19
3 changed files with 8 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ BINDIR ?= ${PREFIX}/bin
MANDIR ?= ${PREFIX}/man
DATE ?= `date -u +%F`
GOOS ?= `${GO} env GOOS`
VERSION ?= 1.0G+${REV}
VERSION ?= 1.0H+${REV}
REV ?= `svn info --show-item revision || git rev-list --all | wc -l`
build:
${GO} build ${GOFLAGS} ./cmd/aya