diff options
Diffstat (limited to 'racket/Makefile')
| -rw-r--r-- | racket/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
