aboutsummaryrefslogtreecommitdiff
path: root/go/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'go/Makefile')
-rw-r--r--go/Makefile3
1 files changed, 2 insertions, 1 deletions
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)