From b6677f90864028e8faf8d531d801f5cd3d5ed487 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 12 Sep 2015 12:23:07 -0500 Subject: add make install rules The install.sh script is taken from musl. --- config.mak | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.mak') diff --git a/config.mak b/config.mak index 82b079b..a11891b 100644 --- a/config.mak +++ b/config.mak @@ -2,6 +2,11 @@ # These values are the defaults used by the main makefile # if nothing is overridden here. +#prefix = /usr/local +#exec_prefix = $(prefix) +#bindir = $(exec_prefix)/bin +#sharedir = $(prefix)/share/saturn-tools + #CFLAGS = -Os -pipe -std=c99 -D_POSIX_C_SOURCE=200809L #LDFLAGS = #SATURN_CROSS = saturn- -- cgit v1.2.3