Add python.2 implementation
[jackhill/mal.git] / Makefile
index 84c13a7..0e2921e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ IMPLS = ada ada.2 awk bash basic bbc-basic c chuck clojure coffee common-lisp cp
        elisp elixir elm erlang es6 factor fantom forth fsharp go groovy gnu-smalltalk \
        guile haskell haxe hy io java js julia kotlin livescript logo lua make mal \
        matlab miniMAL nasm nim objc objpascal ocaml perl perl6 php picolisp pike plpgsql \
-       plsql powershell ps python r racket rexx rpython ruby rust scala scheme skew \
+       plsql powershell ps python python.2 r racket rexx rpython ruby rust scala scheme skew \
        swift swift3 swift4 tcl ts vala vb vhdl vimscript wasm yorick
 
 EXTENSION = .mal
@@ -242,6 +242,7 @@ plsql_STEP_TO_PROG =   plsql/$($(1)).sql
 powershell_STEP_TO_PROG =  powershell/$($(1)).ps1
 ps_STEP_TO_PROG =      ps/$($(1)).ps
 python_STEP_TO_PROG =  python/$($(1)).py
+python.2_STEP_TO_PROG = python.2/$($(1)).py
 r_STEP_TO_PROG =       r/$($(1)).r
 racket_STEP_TO_PROG =  racket/$($(1)).rkt
 rexx_STEP_TO_PROG =    rexx/$($(1)).rexxpp