Fix phony in Makefile

This commit is contained in:
Mitchell Hashimoto 2014-08-28 09:56:41 -07:00
parent 4c8c06ae2e
commit ef51880076
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ config/y.go: config/expr.y
clean:
rm config/y.go
.PHONY: clean default test updatedeps
.PHONY: bin clean default test updatedeps