Merge pull request #235 from nelhage/fix-make-rules

Fix a Makefile typo that was breaking Travis.
This commit is contained in:
Jack Pearkes 2014-06-29 21:20:47 -07:00
commit 4e6c507589
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ web:
web-push:
./scripts/website_push.sh
.PNONY: all cov deps integ test web web-push
.PHONY: all cov deps integ test web web-push