Skip to content

Commit 0bd3aeb

Browse files
committed
[interpreter] Makefile tweaks
1 parent 8a0080a commit 0bd3aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ uninstall:
208208
ocamlfind remove $(LIB)
209209
210210
opam-release/%:
211-
#git tag opam-$*
211+
git tag opam-$*
212212
git push --tags
213213
rm -f opam-$*.zip
214214
wget https://github.com/WebAssembly/spec/archive/opam-$*.zip

0 commit comments

Comments
 (0)