From 8c151184765e0b0ea484c4f47584558381dbc999 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 20 Oct 2012 19:47:42 +0300 Subject: [PATCH] PREFIX?=/usr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}