Fix a Makefile typo.

The broken .PHONY declaration is breaking Travis: 'make deps' is now a
no-op, because of the new 'deps' directory.
pull/235/head
Nelson Elhage 11 years ago
parent 924e4bc7f1
commit cb8fcf613d

@ -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

Loading…
Cancel
Save