From f15760305eb840f8a0a881a6ec8be3ac88d40358 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Tue, 16 Oct 2012 03:05:11 +0300 Subject: [PATCH] PREFIX Now system packages / softwares and user softwares are separated --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d86568..373ab30 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ EXEC = bar SRCS = bar.c OBJS = ${SRCS:.c=.o} -PREFIX?=/usr +PREFIX?=/usr/local BINDIR=${PREFIX}/bin all: ${EXEC}