diff options
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 dbdfeaf..729d2cc 100644 --- a/go/Makefile +++ b/go/Makefile @@ -4,14 +4,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 src/core/core.go -SOURCES_LISP = src/step8_macros/step8_macros.go +SOURCES_LISP = src/stepA_more/stepA_more.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 step7_quote.go \ - step8_macros.go + step8_macros.go stepA_more.go BINS = $(SRCS:%.go=%) ##################### |
