scc

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

commit 4cdaaf3551572921d59fa13e55d500e93b07bbb8
parent 024290594a65d206f461b06b91c68cace9e01dc7
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 27 Oct 2022 16:30:45 +0200

build: Add all dependency to install

It does not make sense to install somthing that doesn't
exist yet.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -20,7 +20,7 @@ all: config config: cd include/scc/scc && $(MAKE) $@ -install: +install: all $(SCRIPTDIR)/install $(ROOT) +@$(MAKE) install-`uname -m`