Skip to content

Commit

Permalink
Update examples/make_simple/code/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: James Sharpe <james.sharpe@zenotech.com>
  • Loading branch information
fmeum and jsharpe authored Feb 9, 2022
1 parent 6a51c43 commit 19f593b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/make_simple/code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default all $(BUILD_DIR)/lib/liba.a: liba.cpp liba.h
ar rcs $(BUILD_DIR)/lib/liba.a $(BUILD_DIR)/lib/liba.o

install: $(BUILD_DIR)/lib/liba.a
mkdir -p $(PREFIX)/lib $(PREFIX)/include
mkdir -p $(PREFIX)/lib $(PREFIX)/include $(PREFIX)/share
cp -rpv $(BUILD_DIR)/lib $(PREFIX)
cp -p liba.h $(PREFIX)/include
cp $(README_DIR)/README.md $(PREFIX)/share
cp $(README_DIR)/README.md $(PREFIX)/share/

0 comments on commit 19f593b

Please sign in to comment.