summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-01-05 21:02:19 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-01-05 21:02:19 +0100
commitf8e73988952cbf8a6ec023c394ea4f841d202a30 (patch)
tree42c42bbfe5f06e646a04c35296f578235bc526e3 /Makefile
parent1ee60f1aaac81336e2201aa41e639928a2350b88 (diff)
Makefile: Install to /usr/local by default as stated in README
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0988efd..cabb0a0 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
VERSION = 0.2
# Paths
-prefix = /usr
+prefix = /usr/local
DESTDIR =
CC := gcc