scc

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

commit 1d12e6bad4e178f454ba0fd9f3c566340ce62a2c
parent 0240b34de955183840db86e343ffd0ee32ac2ff9
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri,  8 Oct 2021 00:58:45 +0200

build: Add qbe to the list of binaries installed

Qbe was added in the last commits to the bin directory,
but it was not added to the list of binaries to be
installed, making that it was not found in the list
of binaries.

Diffstat:
Mscripts/proto.all | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/proto.all b/scripts/proto.all @@ -2,6 +2,7 @@ d 755 bin f 755 bin/ld f 755 bin/cpp f 755 bin/cc +f 755 bin/qbe f 755 bin/nm f 755 bin/objdump f 755 bin/addr2line