scc

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

commit 9f0ccbd2261cc0f22321dd5d2560f2b737f4032c
parent 1dfb93dc4b91b4c3e5186757965a42595e142b9a
Author: Andrew Chambers <andrewchamberss@gmail.com>
Date:   Thu, 16 Feb 2017 22:07:57 +1300

Simplify selfhost.sh script.

Diffstat:
Mtests/selfhost.sh | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tests/selfhost.sh b/tests/selfhost.sh @@ -59,9 +59,6 @@ make PREFIX="$boostrapdir" install export PATH="$boostrapdir/bin:$PATH" rm bin/scc bin/cc* -for o in $selfhostedobj -do - rm $o -done +rm $selfhostedobj make CC=scc tests