diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2015-09-12 12:23:07 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2015-09-15 22:43:33 -0500 |
commit | b6677f90864028e8faf8d531d801f5cd3d5ed487 (patch) | |
tree | f9a47471d3f8e238cc88d541290e0ad9a6908996 /config.mak | |
parent | dee0ef6a7d9b765f3cbc2332c5205dc202fb52ea (diff) |
add make install rules
The install.sh script is taken from musl.
Diffstat (limited to 'config.mak')
-rw-r--r-- | config.mak | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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- |