Skip to content

Commit

Permalink
Document PREFIX-overriding.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Feb 23, 2014
1 parent f6f1563 commit e4757cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
override CFLAGS+=-Wall -Werror -D_GNU_SOURCE -g
OBJS=reptyr.o ptrace.o attach.o

# Note that because of how Make works, this can be overriden from the
# command-line.
#
# e.g. install to /usr with `make PREFIX=/usr`
PREFIX=/usr/local

all: reptyr
Expand Down

0 comments on commit e4757cd

Please sign in to comment.