Skip to content

Commit

Permalink
Fix install target on OSX (see #495)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern authored and antirez committed May 15, 2012
1 parent e9f0419 commit f16d090
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ default: all
.DEFAULT:
cd src && $(MAKE) $@

install:
cd src && $(MAKE) $@

.PHONY: install

0 comments on commit f16d090

Please sign in to comment.