about summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-19 15:59:22 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-19 15:59:22 -0700
commitdfbe1550872256f597161de72a411b92405284e1 (patch)
treec68ed6a3df18b2bcce7aa3f28e758a662fead7b6 /build
parent825d9ebbe4d0f14c59ec42cea47a947a51bb56c6 (diff)
downloadmu-dfbe1550872256f597161de72a411b92405284e1.tar.gz
5672 - move hex out of apps
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
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 && {