diff options
Diffstat (limited to 'root.mk')
-rw-r--r-- | root.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ info: list-targets: # include build from current dir -include build.mk +include mk SUBDIR := $(dir $(abspath $(lastword ${MAKEFILE_LIST}))) COMPONENT := $(lastword $(subst /, ,${SUBDIR})) |