diff options
| author | Joel Martin <github@martintribe.org> | 2014-04-07 21:58:03 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-04-07 21:58:03 -0500 |
| commit | b0293c15717ff0115f8316850d0d105f69a99308 (patch) | |
| tree | a9a84ea2fa0093fe07b1672474064810a32dcc68 /cs/Makefile | |
| parent | 96115d4f2e8cf7335a7d6bb8b62e0f0bbfac0ab5 (diff) | |
| download | mal-b0293c15717ff0115f8316850d0d105f69a99308.tar.gz mal-b0293c15717ff0115f8316850d0d105f69a99308.zip | |
C#: step6_file
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 76b79cf..3194c73 100644 --- a/cs/Makefile +++ b/cs/Makefile @@ -3,14 +3,14 @@ TESTS = SOURCES = readline.cs types.cs reader.cs printer.cs env.cs core.cs \ - step5_tco.cs + step6_file.cs 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 + step4_if_fn_do.cs step5_tco.cs step6_file.cs LIB_SRCS = $(filter-out step%,$(OTHER_SOURCES) $(SOURCES)) |
