diff --git a/Makefile b/Makefile index 59c775ff04a..9ffaa95fc02 100644 --- a/Makefile +++ b/Makefile @@ -414,10 +414,9 @@ distribution: package ifeq ($(OS), Windows_NT) iscc scripts/windows-installer/wasmer.iss cp scripts/windows-installer/WasmerInstaller.exe dist/ -else +endif tar -C package -zcvf wasmer.tar.gz bin lib include LICENSE ATTRIBUTIONS mv wasmer.tar.gz dist/ -endif ################# # Miscellaneous #