diff options
| author | Joel Martin <github@martintribe.org> | 2014-10-06 20:36:23 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-10-06 20:36:23 -0500 |
| commit | af8fdff41e260b1b21be0e127afb536980f43804 (patch) | |
| tree | 6dc9b5d54a38c6197001291cf85cdffc7cf100b7 /go/Makefile | |
| parent | 9feb2c9527294d82592bf35b97f8039f61bbec45 (diff) | |
| download | mal-af8fdff41e260b1b21be0e127afb536980f43804.tar.gz mal-af8fdff41e260b1b21be0e127afb536980f43804.zip | |
go: add step4_if_fn_do
Diffstat (limited to 'go/Makefile')
| -rw-r--r-- | go/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/go/Makefile b/go/Makefile index 695627e..a029af7 100644 --- a/go/Makefile +++ b/go/Makefile @@ -2,13 +2,14 @@ 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 -SOURCES_LISP = src/step3_env/step3_env.go +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/step4_if_fn_do/step4_if_fn_do.go SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) ##################### -SRCS = step0_repl.go step1_read_print.go step2_eval.go step3_env.go +SRCS = step0_repl.go step1_read_print.go step2_eval.go step3_env.go step4_if_fn_do.go BINS = $(SRCS:%.go=%) ##################### |
