From ad7e866ea1d4d035d876e58bca681a72099449af Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 9 Oct 2014 18:27:47 -0500 Subject: go: add readline.go that wraps libreadline/libedit --- go/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'go/Makefile') diff --git a/go/Makefile b/go/Makefile index 729d2cc..18faa4f 100644 --- a/go/Makefile +++ b/go/Makefile @@ -2,7 +2,8 @@ export GOPATH := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) ##################### -SOURCES_BASE = src/types/types.go src/reader/reader.go src/printer/printer.go \ +SOURCES_BASE = src/types/types.go src/readline/readline.go \ + src/reader/reader.go src/printer/printer.go \ src/env/env.go src/core/core.go SOURCES_LISP = src/stepA_more/stepA_more.go SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) -- cgit v1.2.3