summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 56cfc29..41f5c79 100644
--- a/common.mk
+++ b/common.mk
@@ -8,7 +8,7 @@ rel = $(patsubst $(abspath .)/%,./%,$(abspath $1))
all: build
.PHONY: all
--include $(addsuffix /Makefile,$(subdirs))
+include $(addsuffix /Makefile,$(subdirs))
generate: $(generate)
.PHONY: generate