From: Leandro Lucarella Date: Mon, 29 Sep 2008 18:01:43 +0000 (-0300) Subject: Add missing default "prefix" to Makefile X-Git-Url: https://git.llucax.com/software/posixx.git/commitdiff_plain/a9afc0cf69d5ce848461bc63a8ac7873fbe12f36 Add missing default "prefix" to 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