From a7c35665a5b092eab1f4be159bd3f1e43f038283 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 11 Oct 2017 01:38:29 -0700 Subject: 4013 --- subx/build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'subx/build') diff --git a/subx/build b/subx/build index f5ea62c3..7d01f975 100755 --- a/subx/build +++ b/subx/build @@ -3,7 +3,7 @@ # non-zero exit status only on error during building set -e # stop immediately on error -# [0-9]*.cc -> subx.cc -> subx +# [0-9]*.cc -> subx.cc -> subx_bin # (layers) | | # tangle $CXX @@ -99,8 +99,8 @@ older_than subx.cc $LAYERS ../enumerate/enumerate ../tangle/tangle && { grep -h "^[^[:space:]#].*) {$" subx.cc |grep -v ":.*(" |sed 's/ {.*/;/' |update function_list grep -h "^\s*void test_" subx.cc |sed 's/^\s*void \(.*\)() {.*/\1,/' |update test_list -older_than subx subx.cc *_list && { - $CXX $CFLAGS subx.cc -o subx +older_than subx_bin subx.cc *_list && { + $CXX $CFLAGS subx.cc -o subx_bin } exit 0 -- cgit 1.4.1-2-gfad0 sAndinus <andinus@nand.sh>
summary refs log blame commit diff stats
path: root/clojure/reverse-string/HELP.md
blob: d48c163f43b5fab91cfcc908cd644b43afc3d9ca (plain) (tree)