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. --- racket/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'racket/Makefile') diff --git a/racket/Makefile b/racket/Makefile index a472c2f..01cb12a 100644 --- a/racket/Makefile +++ b/racket/Makefile @@ -1,5 +1,5 @@ SOURCES_BASE = types.rkt reader.rkt printer.rkt -SOURCES_LISP = env.rkt core.rkt stepA_interop.rkt +SOURCES_LISP = env.rkt core.rkt stepA_mal.rkt SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) all: -- cgit v1.2.3