diff options
author | Daniel Santos <dacs.git@brilhante.top> | 2022-03-19 10:20:24 +0000 |
---|---|---|
committer | Daniel Santos <dacs.git@brilhante.top> | 2022-03-19 10:20:24 +0000 |
commit | dc910012f927af52758411378932bd5a9349372f (patch) | |
tree | 6555b87451cef44cf6a5cbad202bfa9cd042fe97 /Makefile | |
parent | 6608a8ba6790f981deed859a0f96d303a6028d66 (diff) | |
download | numericx-c-dc910012f927af52758411378932bd5a9349372f.tar.gz |
Makefile: include header file in install-lib
* install numericx.h with Makefile rule install-lib Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 09212b9..e407598 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ libs: libnumericx.a libnumericx.so install-lib: libnumericx.so $(INSTALL) -m 755 lib/shared/libnumericx.so $(prefix)/lib/ + $(INSTALL) -m 644 numericx.h $(prefix)/include/ .PHONY: doc doc: |