diff options
Diffstat (limited to 'make/step2_eval.mk')
| -rw-r--r-- | make/step2_eval.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/step2_eval.mk b/make/step2_eval.mk index 62cd415..96cd98f 100644 --- a/make/step2_eval.mk +++ b/make/step2_eval.mk @@ -4,6 +4,8 @@ _TOP_DIR := $(dir $(lastword $(MAKEFILE_LIST))) include $(_TOP_DIR)types.mk include $(_TOP_DIR)reader.mk +include $(_TOP_DIR)printer.mk +include $(_TOP_DIR)core.mk SHELL := /bin/bash INTERACTIVE ?= yes |
