diff options
author | Jo Ruby P <jorubyp@gmail.com> | 2018-07-29 00:27:39 +0100 |
---|---|---|
committer | Jo Ruby P <jorubyp@gmail.com> | 2018-07-29 00:27:39 +0100 |
commit | c77da88c92ca9f5f35f15a8556baa78ce3be5631 (patch) | |
tree | 694f23be9250507bab593823594aa1efe6f766d5 | |
parent | ca5a41700d0404c391bcdba8bebb7d862938a3c7 (diff) |
typo
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ LD_SCRIPT := $(BUILD_DIR)/ld_script.ld #### Main Rules #### -ALL_BUILDS := ruby ruby_rev1 ruby_rev1 sapphire sapphire_rev1 sapphire_rev2 ruby_de sapphire_de ruby_de_debug +ALL_BUILDS := ruby ruby_rev1 ruby_rev2 sapphire sapphire_rev1 sapphire_rev2 ruby_de sapphire_de ruby_de_debug # Available targets .PHONY: all clean tidy tools $(ALL_BUILDS) |