diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-02 01:41:55 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-02 02:01:41 -0800 |
commit | 9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e (patch) | |
tree | 5134d5ff1629cb5262e5feda38831456a2d1467d /translate_subx_debug | |
parent | df8498fb8294cb07d02076cf3881617b5af07974 (diff) | |
download | mu-9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e.tar.gz |
5865
Give the bootstrap C++ program a less salient name.
Diffstat (limited to 'translate_subx_debug')
-rwxr-xr-x | translate_subx_debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate_subx_debug b/translate_subx_debug index f5754f37..d9038f39 100755 --- a/translate_subx_debug +++ b/translate_subx_debug @@ -26,6 +26,6 @@ cat a.braces |apps/calls > a.calls echo " sigils" cat a.calls |apps/sigils > a.sigils -subx --debug translate a.sigils -o a.elf +./bootstrap --debug translate a.sigils -o a.elf chmod +x a.elf |