diff options
| author | Joel Martin <github@martintribe.org> | 2014-04-09 21:26:35 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-04-09 21:26:35 -0500 |
| commit | faee4d12309cec8c90854456fabf4e5e75370518 (patch) | |
| tree | 25f9d4d74f958333976fe5c4bd9327ad86b77a09 /cs/Makefile | |
| parent | faa20db28295845973b895995c92a70a247f789c (diff) | |
| download | mal-faee4d12309cec8c90854456fabf4e5e75370518.tar.gz mal-faee4d12309cec8c90854456fabf4e5e75370518.zip | |
C#: add stepA_more and core functions.
Diffstat (limited to 'cs/Makefile')
| -rw-r--r-- | cs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cs/Makefile b/cs/Makefile index e105786..3236bd6 100644 --- a/cs/Makefile +++ b/cs/Makefile @@ -3,7 +3,7 @@ TESTS = SOURCES = readline.cs types.cs reader.cs printer.cs env.cs core.cs \ - step8_macros.cs + stepA_more.cs OTHER_SOURCES = getline.cs @@ -11,7 +11,7 @@ OTHER_SOURCES = getline.cs SRCS = step0_repl.cs step1_read_print.cs step2_eval.cs step3_env.cs \ step4_if_fn_do.cs step5_tco.cs step6_file.cs step7_quote.cs \ - step8_macros.cs + step8_macros.cs stepA_more.cs LIB_SRCS = $(filter-out step%,$(OTHER_SOURCES) $(SOURCES)) |
