From 70ea599b6e0787102f12cd543dcd65a2eb3751d5 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 4 Oct 2014 21:49:26 -0500 Subject: go: step1_read_print print working. --- go/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go/Makefile') diff --git a/go/Makefile b/go/Makefile index 076a7aa..463fd12 100644 --- a/go/Makefile +++ b/go/Makefile @@ -2,7 +2,7 @@ export GOPATH := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) ##################### -SOURCES_BASE = src/types/types.go src/reader/reader.go +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 = $(SOURCES_BASE) $(SOURCES_LISP) -- cgit v1.2.3