diff --git a/Makefile b/Makefile index a4f9db6..13960d6 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,16 @@ export PATH := /usr/lib/mxe/usr/bin:$(PATH) GOFLAGS := -ldflags='-s -w' -gcflags='-trimpath=$(CURDIR)' -asmflags='-trimpath=$(CURDIR)' VERSION := 1.0.0 -.PHONY: all dist clean +.PHONY: all libs dist clean all: \ - qbolt/qbolt.a \ build/linux/qbolt \ build/win32/release/qbolt.exe +libs: \ + build/linux/qbolt.a \ + build/win32/qbolt.a + dist: \ build/dist/qbolt-${VERSION}-win32.zip \ build/dist/qbolt-${VERSION}-src.tar.gz \