Fix a Makefile typo.

The broken .PHONY declaration is breaking Travis: 'make deps' is now a
no-op, because of the new 'deps' directory.
This commit is contained in:
Nelson Elhage 2014-06-29 18:22:44 -07:00
parent 80b86c9ee9
commit 84adb708db
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