Fix `install` target on OSX (see #495)

This commit is contained in:
Pieter Noordhuis 2012-05-04 11:54:06 -07:00 committed by antirez
parent e9f0419c99
commit f16d090c72
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@ default: all
.DEFAULT:
cd src && $(MAKE) $@
install:
cd src && $(MAKE) $@
.PHONY: install