Skip to content

Commit

Permalink
Merge pull request #10 from dgsb/master
Browse files Browse the repository at this point in the history
Ensure directories exist before installing files Issue #9
  • Loading branch information
silentbicycle committed Jun 28, 2015
2 parents b9db6f1 + eb36313 commit 330aac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -37,6 +37,7 @@ INSTALL ?= install
RM ?= rm

install:
${INSTALL} -d ${PREFIX}/lib ${PREFIX}/include
${INSTALL} -c lib${PROJECT}.a ${PREFIX}/lib
${INSTALL} -c ${PROJECT}.h ${PREFIX}/include

Expand Down

0 comments on commit 330aac8

Please sign in to comment.