From 82efc357ba67da1eaf35ca92b6f249a344aae8d5 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 6 Oct 2014 23:53:51 -0500 Subject: go: add step8_macros --- go/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'go/Makefile') diff --git a/go/Makefile b/go/Makefile index ddf29f6..dbdfeaf 100644 --- a/go/Makefile +++ b/go/Makefile @@ -4,13 +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/step7_quote/step7_quote.go +SOURCES_LISP = src/step8_macros/step8_macros.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 + step4_if_fn_do.go step5_tco.go step6_file.go step7_quote.go \ + step8_macros.go BINS = $(SRCS:%.go=%) ##################### -- cgit v1.2.3