diff options
| author | Joel Martin <github@martintribe.org> | 2014-10-04 22:35:08 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-10-04 22:35:08 -0500 |
| commit | 5caa8fb7e0bc5ebe1c2ec2df7b0ae1cc4ceeff8d (patch) | |
| tree | f03bd9ec276c9b4aa79fdf17fdff0797be70b6bc /go/Makefile | |
| parent | fcbda8d58a22c734c1c9020287cbe1df795d76c0 (diff) | |
| download | mal-5caa8fb7e0bc5ebe1c2ec2df7b0ae1cc4ceeff8d.tar.gz mal-5caa8fb7e0bc5ebe1c2ec2df7b0ae1cc4ceeff8d.zip | |
go: step2_eval basic functionality
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 463fd12..de72c44 100644 --- a/go/Makefile +++ b/go/Makefile @@ -3,12 +3,12 @@ export GOPATH := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) ##################### SOURCES_BASE = src/types/types.go src/reader/reader.go src/printer/printer.go -SOURCES_LISP = src/step1_read_print/step1_read_print.go +SOURCES_LISP = src/step2_eval/step2_eval.go SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) ##################### -SRCS = step0_repl.go step1_read_print.go +SRCS = step0_repl.go step1_read_print.go step2_eval.go BINS = $(SRCS:%.go=%) ##################### |
