diff --git a/Makefile b/Makefile index 373ab30..7d86568 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ EXEC = bar SRCS = bar.c OBJS = ${SRCS:.c=.o} -PREFIX?=/usr/local +PREFIX?=/usr BINDIR=${PREFIX}/bin all: ${EXEC}