scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 7a36f32d2c8be65fe464b2be92cbe936b848f2b9
parent 8df156601595f99d04dca5ee3ca9da5d6e481fdb
Author: Quentin Rameau <quinq@fifth.space>
Date:   Wed, 21 Feb 2018 17:22:14 +0100

use in-tree rootdir as default PREFIX

Diffstat:
Mconfig.mk.def | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk.def b/config.mk.def @@ -22,7 +22,7 @@ DRIVER = posix STD = c99 # paths -PREFIX = $(HOME) +PREFIX = $(PWD)/$(PROJECTDIR)/rootdir MANPREFIX = $(PREFIX)/share/man # scc expects to be built by a C99 compiler