From 6d943605ad7c5989716a3f9c05392f1394980a05 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 3 Apr 2015 20:45:03 -0700 Subject: 1014 - reorganize build system to prepare for .mu layers --- cpp/build_and_test_until | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/build_and_test_until') diff --git a/cpp/build_and_test_until b/cpp/build_and_test_until index d23de2e1..cd0db64b 100755 --- a/cpp/build_and_test_until +++ b/cpp/build_and_test_until @@ -5,7 +5,8 @@ set -e set -v make tangle/tangle -./tangle/tangle --until $* |grep -v "^\s*//:" > mu.cc +make enumerate/enumerate +./tangle/tangle $(./enumerate/enumerate --until $* |grep -v '.mu$') |grep -v "^\s*//:" > mu.cc make autogenerated_lists g++ -g -Wall -Wextra -fno-strict-aliasing mu.cc -o mu ./mu test -- cgit 1.4.1-2-gfad0