From c1207675830fd3bba7e53d33acba478fb5183d37 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 17 Oct 2016 22:32:37 -0700 Subject: 3512 --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index e5164a78..11a328a2 100755 --- a/build +++ b/build @@ -100,7 +100,7 @@ older_than mu_bin mu.cc *_list cleave/cleave termbox/* && { } for f in mu_*.cc do - older_than `echo $f |sed 's/\.cc$/.o/'` $f header global_declarations_list && { + older_than `echo $f |sed 's/\.cc$/.o/'` $f header global_declarations_list function_list test_list && { $CXX $CFLAGS -c $f } done -- cgit 1.4.1-2-gfad0