PREFIX
Now system packages / softwares and user softwares are separated
This commit is contained in:
parent
651cdf38d4
commit
f15760305e
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ EXEC = bar
|
||||
SRCS = bar.c
|
||||
OBJS = ${SRCS:.c=.o}
|
||||
|
||||
PREFIX?=/usr
|
||||
PREFIX?=/usr/local
|
||||
BINDIR=${PREFIX}/bin
|
||||
|
||||
all: ${EXEC}
|
||||
|
Loading…
x
Reference in New Issue
Block a user