From af8fdff41e260b1b21be0e127afb536980f43804 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 6 Oct 2014 20:36:23 -0500 Subject: go: add step4_if_fn_do --- go/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'go/Makefile') 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=%) ##################### -- cgit v1.2.3