diff options
Diffstat (limited to 'translate_subx_debug')
-rwxr-xr-x | translate_subx_debug | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/translate_subx_debug b/translate_subx_debug index d9038f39..021de0a4 100755 --- a/translate_subx_debug +++ b/translate_subx_debug @@ -19,11 +19,8 @@ set -e -echo " braces" cat $* |apps/braces > a.braces -echo " calls" cat a.braces |apps/calls > a.calls -echo " sigils" cat a.calls |apps/sigils > a.sigils ./bootstrap --debug translate a.sigils -o a.elf |