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