scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 396acbfb178cf1d4b38a84eafc56ed7234fb189c
parent 6889be0333447b2730cac2dd6044286b68362f6c
Author: Quentin Rameau <quinq@fifth.space>
Date:   Tue, 24 Jan 2017 14:28:29 +0100

Makefile: add a tests target

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -28,6 +28,9 @@ $(ARCHS): bin bin: mkdir -p bin +tests: all + cd tests/execute && $(MAKE) -e tests + install: all mkdir -p $(PREFIX)/libexec/scc/ mkdir -p $(PREFIX)/bin/