about summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-08 14:02:14 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-08 14:02:14 -0700
commit2bf1f3115da1fe539606ef53baf0e399aabe6051 (patch)
treebd32de4c3f7d7b339aba3eaf15a2457b3208f613 /build
parentaa229fbe3bf5ee7944cec25d9d82d746efe7a204 (diff)
downloadmu-2bf1f3115da1fe539606ef53baf0e399aabe6051.tar.gz
3487
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index f018d3a5..a1950702 100755
--- a/build
+++ b/build
@@ -47,7 +47,7 @@ older_than enumerate/enumerate enumerate/enumerate.cc && {
 }
 
 (
-  older_than tangle/tangle tangle/[0-9]*.cc tangle/boot.cc && {
+  older_than tangle/tangle tangle/*.cc && {
     noisy_cd tangle
       older_than type_list [0-9]*.cc && {
         grep -h "^struct .* {" [0-9]*.cc |sed 's/\(struct *[^ ]*\).*/\1;/' > type_list