Commit 1b1cf8e7 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

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

parent 0cf10e8e
......@@ -5,3 +5,7 @@ default: all
.DEFAULT:
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