Skip to content

Commit

Permalink
mkdir to install lib in custom directory with prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Kempeneers committed Jun 28, 2021
1 parent 0593011 commit ce74e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ doc: $(LDIR)/$(TARGET)_python.a $(BUILDDIR)/doc/xml/mial_doxy2swig.i
all: build doc

install:
mkdir -p $(prefix)/lib
cp -a $(LDIR)/$(TARGET)_*.so $(prefix)/lib/
mkdir -p $(prefix)/include/$(BASE)/
cp -a mialtypes.h $(prefix)/include/$(BASE)/
Expand Down

0 comments on commit ce74e9f

Please sign in to comment.