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 committed May 4, 2012
1 parent 0cf10e8 commit 1b1cf8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -5,3 +5,7 @@ default: all
.DEFAULT:
cd src && $(MAKE) $@

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

.PHONY: install

0 comments on commit 1b1cf8e

Please sign in to comment.