Skip to content

Commit

Permalink
makefile: add mkdir libdir, libpd#159
Browse files Browse the repository at this point in the history
  • Loading branch information
wimmuskee committed Nov 23, 2016
1 parent 5120edc commit 4de5e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ install:
mkdir -p $(prefix)/include/libpd/util
install libpd_wrapper/util/z_print_util.h $(prefix)/include/libpd/util
install libpd_wrapper/util/z_queued.h $(prefix)/include/libpd/util
mkdir -p $(prefix)/lib
install $(LIBPD) $(prefix)/lib
if [ -e $(PDCPP) ]; then \
install cpp/*.hpp $(prefix)/include/libpd; \
Expand Down

0 comments on commit 4de5e61

Please sign in to comment.