]> git.llucax.com Git - software/posixx.git/blobdiff - src/Makefile
Add missing default "prefix" to Makefile
[software/posixx.git] / src / Makefile
index e3563d327ffad3ebae30381babecb51ddd48cda1..1a8fb03ed96eee0afc20dafecc4d68fe5f33ddc6 100644 (file)
@@ -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