Skip to content

Commit 4e6c507

Browse files
committed
Merge pull request hashicorp#235 from nelhage/fix-make-rules
Fix a Makefile typo that was breaking Travis.
2 parents 924e4bc + cb8fcf6 commit 4e6c507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ web:
3030
web-push:
3131
./scripts/website_push.sh
3232

33-
.PNONY: all cov deps integ test web web-push
33+
.PHONY: all cov deps integ test web web-push

0 commit comments

Comments
 (0)