Skip to content

Commit f16d090

Browse files
pieternantirez
authored andcommitted
Fix install target on OSX (see redis#495)
1 parent e9f0419 commit f16d090

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ default: all
55
.DEFAULT:
66
cd src && $(MAKE) $@
77

8+
install:
9+
cd src && $(MAKE) $@
10+
11+
.PHONY: install

0 commit comments

Comments
 (0)