aboutsummaryrefslogtreecommitdiff
path: root/make/step1_read_print.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/step1_read_print.mk')
-rw-r--r--make/step1_read_print.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/step1_read_print.mk b/make/step1_read_print.mk
index 710cd1d..a5fe2d2 100644
--- a/make/step1_read_print.mk
+++ b/make/step1_read_print.mk
@@ -4,6 +4,7 @@
_TOP_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
include $(_TOP_DIR)types.mk
include $(_TOP_DIR)reader.mk
+include $(_TOP_DIR)printer.mk
SHELL := /bin/bash
INTERACTIVE ?= yes