diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-10 15:16:15 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-10 15:16:15 -0700 |
commit | ee36db40767ef9c6d06d09c572280503995618d8 (patch) | |
tree | 76b2198eac6cd169db20d60b651dc699d14b9e2b /build | |
parent | bdd1677819b967ced9f4e8231da5027d9c6f68e4 (diff) | |
download | mu-ee36db40767ef9c6d06d09c572280503995618d8.tar.gz |
3493
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
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 } |