summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-11-08 00:54:10 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-11-08 00:54:10 -0500
commitd9732f58a7609d7614c80bde3ac9d682ceabf698 (patch)
treeab84dedc80f04ed45e99ce5cdbf951cecd6b95a1 /common.mk
parent0ddb34a594c170d12c1bf67e2d60ba1ac85ca0c8 (diff)
tidy Makefile
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