about summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-10 15:16:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-10 15:16:15 -0700
commitee36db40767ef9c6d06d09c572280503995618d8 (patch)
tree76b2198eac6cd169db20d60b651dc699d14b9e2b /build
parentbdd1677819b967ced9f4e8231da5027d9c6f68e4 (diff)
downloadmu-ee36db40767ef9c6d06d09c572280503995618d8.tar.gz
3493
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 95eb0c46..974866a3 100755
--- a/build
+++ b/build
@@ -121,7 +121,7 @@ older_than mu_bin mu.cc *_list cleave/cleave termbox/* && {
 ## [0-9]*.mu -> core.mu
 
 MU_LAYERS=$(./enumerate/enumerate --until $UNTIL_LAYER |grep '.mu$') || exit 0  # ok if no .mu files
-older_than core.mu $MU_LAYERS && {
+older_than core.mu $MU_LAYERS enumerate/enumerate && {
   cat $MU_LAYERS > core.mu
 }