Commit 14beba78 authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo
Browse files

Merge pull request #496 from pietern/2.6-makeinstall

Fix `install` target on OSX (see #495)
parents 40422354 1b1cf8e7
...@@ -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