diff options
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |