diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-11 11:37:27 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-11 11:37:27 -0600 |
commit | a7fe23e3434f427995595b6747ac0f3e57b94621 (patch) | |
tree | 45a48dfef0024a461590abc96f89dae24f624d62 | |
parent | 5f9e2256801d56094c7b0e4b096797268f415b03 (diff) |
fix typo in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ ruby_rev1: ; @$(MAKE) --no-print-directory VERSION=RUBY REVISION=1 ruby_rev2: ; @$(MAKE) --no-print-directory VERSION=RUBY REVISION=2 sapphire: ; @$(MAKE) --no-print-directory VERSION=SAPPHIRE sapphire_rev1: ; @$(MAKE) --no-print-directory VERSION=SAPPHIRE REVISION=1 -sapphire_rev2: ; @$(MAKE) --no-print-directory VERSION=SAPPHIRE REVISION=1 +sapphire_rev2: ; @$(MAKE) --no-print-directory VERSION=SAPPHIRE REVISION=2 ruby_de: ; @$(MAKE) --no-print-directory VERSION=RUBY LANGUAGE=GERMAN sapphire_de: ; @$(MAKE) --no-print-directory VERSION=SAPPHIRE LANGUAGE=GERMAN |