diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-19 15:59:22 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-19 15:59:22 -0700 |
commit | dfbe1550872256f597161de72a411b92405284e1 (patch) | |
tree | c68ed6a3df18b2bcce7aa3f28e758a662fead7b6 /build | |
parent | 825d9ebbe4d0f14c59ec42cea47a947a51bb56c6 (diff) | |
download | mu-dfbe1550872256f597161de72a411b92405284e1.tar.gz |
5672 - move hex out of apps
Diffstat (limited to 'build')
-rwxr-xr-x | build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build b/build index d65c4dc4..0d723656 100755 --- a/build +++ b/build @@ -134,6 +134,11 @@ then done # self-hosting translator + + older_than apps/hex init.$OS 0[0-6]*.subx 070---hex.subx && { + ./subx_bin translate init.$OS 0[0-6]*.subx 070---hex.subx -o apps/hex + } + for phase in hex survey pack assort dquotes tests do older_than apps/$phase init.$OS [0-9]*.subx apps/subx-common.subx apps/$phase.subx && { |