aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@home.osdl.org>2003-08-18 16:17:29 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:01:01 -0700
commit41536e4127f741a441f63797f62b1cd527d1ad0f (patch)
treec25140e5e4ce3772fdf65af25b02473650873287 /Makefile
parentf1b667d4e39d47052211931167bf4f5bd616e820 (diff)
downloadsparse-dev-41536e4127f741a441f63797f62b1cd527d1ad0f.tar.gz
Make the default install directory be $(HOME)/bin instead of /usr/local/bin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1098f778..2b614639 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC=gcc
CFLAGS=-g -Wall
AR=ar
-PREFIX=/usr/local
+PREFIX=$(HOME)
PROGRAMS=test-lexing test-parsing obfuscate check
LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h