From 90f618cbe7ac7740accf501a75be6972bd95be1a Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 28 Feb 2015 11:09:54 -0600 Subject: All: rename stepA_interop to stepA_mal Also, add missed postscript interop tests. --- coffee/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coffee/Makefile') diff --git a/coffee/Makefile b/coffee/Makefile index d2212ed..728d9f2 100644 --- a/coffee/Makefile +++ b/coffee/Makefile @@ -2,7 +2,7 @@ TESTS = SOURCES_BASE = node_readline.coffee types.coffee \ reader.coffee printer.coffee -SOURCES_LISP = env.coffee core.coffee stepA_interop.coffee +SOURCES_LISP = env.coffee core.coffee stepA_mal.coffee SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) #all: mal.rb -- cgit v1.2.3