Skip to content

Commit 139630b

Browse files
committed
Fiixed typo
1 parent 321e070 commit 139630b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ go-dep:
108108
docker-dep:
109109
@test -f "${DOCKER}" && test -x "${DOCKER}" || (echo "Missing docker binary" && exit 1)
110110

111-
.PHONE: wasmbuild-dep
111+
.PHONY: wasmbuild-dep
112112
wasmbuild-dep:
113113
@test -f "${WASMBUILD}" && test -x "${WASMBUILD}" || (echo "Missing wasmbuild binary" && exit 1)

0 commit comments

Comments
 (0)