scc

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

commit 9bcd185b56a4b5cd1658bd2456ed0d93ef15db4a
parent 3e1d86a469c15a541a2da601c5a157abebdb0512
Author: Quentin Rameau <quinq@fifth.space>
Date:   Thu,  3 Nov 2016 11:20:19 +0100

Makefile: remove inc/size.h on distclean

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

diff --git a/Makefile b/Makefile @@ -63,3 +63,4 @@ multi-clean: distclean: multi-clean rm -f bin/cc* bin/scc + rm inc/sizes.h