diff options
Diffstat (limited to 'go/Makefile')
| -rw-r--r-- | go/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
