From 15c739c0b99610ddbe70038b0ae2f968120a0c25 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 12 Apr 2021 17:43:59 +1200 Subject: [PATCH] squash --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29164f8..5e224ef 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ libs: \ dist: \ build/dist/qbolt-${VERSION}-win32.zip \ - build/dist/qbolt-${VERSION}-src.tar.gz + build/dist/qbolt-${VERSION}-linux_amd64.tar.xz clean: if [ -f qbolt/qbolt.a ] ; then rm qbolt/qbolt.a ; fi