PREFIX?=/usr

This commit is contained in:
Ypnose 2012-10-20 19:47:42 +03:00
parent f15760305e
commit 8c15118476
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ EXEC = bar
SRCS = bar.c
OBJS = ${SRCS:.c=.o}
PREFIX?=/usr/local
PREFIX?=/usr
BINDIR=${PREFIX}/bin
all: ${EXEC}