Skip to content

Commit 9e4be98

Browse files
Will OlnerWill Olner
authored andcommitted
copying shared library too
1 parent 94e6576 commit 9e4be98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ clean:
7373

7474
install:
7575
cp -rf $(DIR)/$(LIB_STATIC) /usr/local/lib/
76+
cp -rf $(DIR)/$(LIB_SHARE) /usr/local/lib/
7677
cp -rf $(DIR)/hardware /usr/local/include/
7778
cp -rf $(DIR)/libraries /usr/local/include/
7879
cp -rf $(DIR)/sample/core.h /usr/local/include/

0 commit comments

Comments
 (0)