Skip to content

Commit

Permalink
fix(makefile) Remove duplicated instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Feb 11, 2021
1 parent 7ff16b4 commit 3946f3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,6 @@ ifeq ($(OS), Windows_NT)
iscc scripts/windows-installer/wasmer.iss
cp scripts/windows-installer/WasmerInstaller.exe dist/
else
cp LICENSE package/LICENSE
cp ATTRIBUTIONS.md package/ATTRIBUTIONS
tar -C package -zcvf wasmer.tar.gz bin lib include LICENSE ATTRIBUTIONS
mv wasmer.tar.gz dist/
endif
Expand Down

0 comments on commit 3946f3c

Please sign in to comment.