diff options
| author | Linus Torvalds <torvalds@home.osdl.org> | 2003-08-18 16:17:29 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:01:01 -0700 |
| commit | 41536e4127f741a441f63797f62b1cd527d1ad0f (patch) | |
| tree | c25140e5e4ce3772fdf65af25b02473650873287 /Makefile | |
| parent | f1b667d4e39d47052211931167bf4f5bd616e820 (diff) | |
| download | sparse-dev-41536e4127f741a441f63797f62b1cd527d1ad0f.tar.gz | |
Make the default install directory be $(HOME)/bin instead of /usr/local/bin
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
