X-Git-Url: https://git.llucax.com/software/posixx.git/blobdiff_plain/0d50a176b9084ac3badd649fd1c122cb48bcdc62..a9afc0cf69d5ce848461bc63a8ac7873fbe12f36:/src/Makefile diff --git a/src/Makefile b/src/Makefile index e3563d3..1a8fb03 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,6 +6,10 @@ HEADERS = $(shell find -name '*.hpp' | cut -b3-) HDRPATH = posixx +# prefix for installing the binaries +prefix = /usr/local + + # install command INSTALL = install -p -m 0644 -D