about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-17 22:32:37 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-17 22:32:37 -0700
commitc1207675830fd3bba7e53d33acba478fb5183d37 (patch)
tree4545260c08cae0a861a4beea2ba627dc933133f7
parentbaa85713a27ba132e5350c9e7c67bd048426c479 (diff)
downloadmu-c1207675830fd3bba7e53d33acba478fb5183d37.tar.gz
3512
-rwxr-xr-xbuild2
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