From 9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 2 Jan 2020 01:41:55 -0800 Subject: 5865 Give the bootstrap C++ program a less salient name. --- translate_subx_debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translate_subx_debug') 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 -- cgit