We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321e070 commit 139630bCopy full SHA for 139630b
Makefile
@@ -108,6 +108,6 @@ go-dep:
108
docker-dep:
109
@test -f "${DOCKER}" && test -x "${DOCKER}" || (echo "Missing docker binary" && exit 1)
110
111
-.PHONE: wasmbuild-dep
+.PHONY: wasmbuild-dep
112
wasmbuild-dep:
113
@test -f "${WASMBUILD}" && test -x "${WASMBUILD}" || (echo "Missing wasmbuild binary" && exit 1)
0 commit comments