diff options
| author | Joel Martin <github@martintribe.org> | 2014-10-06 23:31:11 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-10-06 23:31:11 -0500 |
| commit | aeabd2145ff133cc6991166d8f1023ed33e223c8 (patch) | |
| tree | 072243e5aab3a862c9416d533d362185d9153bb9 /go/Makefile | |
| parent | ad95503cea8ca85e9188effa87681275283157bf (diff) | |
| download | mal-aeabd2145ff133cc6991166d8f1023ed33e223c8.tar.gz mal-aeabd2145ff133cc6991166d8f1023ed33e223c8.zip | |
go: add step7_quote
Diffstat (limited to 'go/Makefile')
| -rw-r--r-- | go/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go/Makefile b/go/Makefile index 8aebd88..ddf29f6 100644 --- a/go/Makefile +++ b/go/Makefile @@ -4,13 +4,13 @@ export GOPATH := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) SOURCES_BASE = src/types/types.go src/reader/reader.go src/printer/printer.go \ src/env/env.go src/core/core.go -SOURCES_LISP = src/step6_file/step6_file.go +SOURCES_LISP = src/step7_quote/step7_quote.go SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) ##################### SRCS = step0_repl.go step1_read_print.go step2_eval.go step3_env.go \ - step4_if_fn_do.go step5_tco.go step6_file.go + step4_if_fn_do.go step5_tco.go step6_file.go step7_quote.go BINS = $(SRCS:%.go=%) ##################### |
