Commit f16d090c authored by Pieter Noordhuis's avatar Pieter Noordhuis Committed by antirez
Browse files

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

parent e9f0419c
...@@ -5,3 +5,7 @@ default: all ...@@ -5,3 +5,7 @@ default: all
.DEFAULT: .DEFAULT:
cd src && $(MAKE) $@ cd src && $(MAKE) $@
install:
cd src && $(MAKE) $@
.PHONY: install
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment