makefile: fix qbolt.a target
This commit is contained in:
parent
5ea969e10c
commit
35f28fa5ed
7
Makefile
7
Makefile
@ -3,13 +3,16 @@ export PATH := /usr/lib/mxe/usr/bin:$(PATH)
|
|||||||
GOFLAGS := -ldflags='-s -w' -gcflags='-trimpath=$(CURDIR)' -asmflags='-trimpath=$(CURDIR)'
|
GOFLAGS := -ldflags='-s -w' -gcflags='-trimpath=$(CURDIR)' -asmflags='-trimpath=$(CURDIR)'
|
||||||
VERSION := 1.0.0
|
VERSION := 1.0.0
|
||||||
|
|
||||||
.PHONY: all dist clean
|
.PHONY: all libs dist clean
|
||||||
|
|
||||||
all: \
|
all: \
|
||||||
qbolt/qbolt.a \
|
|
||||||
build/linux/qbolt \
|
build/linux/qbolt \
|
||||||
build/win32/release/qbolt.exe
|
build/win32/release/qbolt.exe
|
||||||
|
|
||||||
|
libs: \
|
||||||
|
build/linux/qbolt.a \
|
||||||
|
build/win32/qbolt.a
|
||||||
|
|
||||||
dist: \
|
dist: \
|
||||||
build/dist/qbolt-${VERSION}-win32.zip \
|
build/dist/qbolt-${VERSION}-win32.zip \
|
||||||
build/dist/qbolt-${VERSION}-src.tar.gz \
|
build/dist/qbolt-${VERSION}-src.tar.gz \
|
||||||
|
Loading…
Reference in New Issue
Block a user