diff options
Diffstat (limited to 'c')
| -rw-r--r-- | c/Makefile | 4 | ||||
| -rw-r--r-- | c/stepA_mal.c (renamed from c/stepA_interop.c) | 0 | ||||
| -rw-r--r-- | c/tests/stepA_mal.mal (renamed from c/tests/stepA_interop.mal) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ TESTS = SOURCES_BASE = readline.h readline.c types.h types.c \ reader.h reader.c printer.h printer.c \ interop.h interop.c -SOURCES_LISP = env.c core.h core.c stepA_interop.c +SOURCES_LISP = env.c core.h core.c stepA_mal.c SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) @@ -17,7 +17,7 @@ SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) SRCS = step0_repl.c step1_read_print.c step2_eval.c step3_env.c \ step4_if_fn_do.c step5_tco.c step6_file.c step7_quote.c \ - step8_macros.c step9_try.c stepA_interop.c + step8_macros.c step9_try.c stepA_mal.c OBJS = $(SRCS:%.c=%.o) BINS = $(OBJS:%.o=%) OTHER_OBJS = types.o readline.o reader.o printer.o env.o core.o interop.o diff --git a/c/stepA_interop.c b/c/stepA_mal.c index 05e9f65..05e9f65 100644 --- a/c/stepA_interop.c +++ b/c/stepA_mal.c diff --git a/c/tests/stepA_interop.mal b/c/tests/stepA_mal.mal index 657e3e7..657e3e7 100644 --- a/c/tests/stepA_interop.mal +++ b/c/tests/stepA_mal.mal |
