summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-07-29 07:59:32 -0500
committerGitHub <noreply@github.com>2018-07-29 07:59:32 -0500
commitd99b457ce5e77a65cc49e8b03e9fae563756b207 (patch)
tree694f23be9250507bab593823594aa1efe6f766d5 /Makefile
parent1a378c07c6f95a6805d96852e55e3847e32c03b5 (diff)
parentc77da88c92ca9f5f35f15a8556baa78ce3be5631 (diff)
Merge pull request #663 from hiddenruby/master
gUnknown_08E77004 named moved into interface, and fixed typo in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1eac920ad..c8af3dff1 100644
--- a/Makefile
+++ b/Makefile
@@ -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)