summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3b10035..8209a7e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-PREFIX = /home/work/
-INCLUDE_DIR = ${PREFIX}/include/
-LIBRARY_DIR = ${PREFIX}/lib/
+PREFIX = /usr
+INCLUDE_DIR = ${PREFIX}/include
+LIBRARY_DIR = ${PREFIX}/lib
all:
cd src; $(MAKE)