summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index ccd8fed68..3bda10c6c 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,6 @@
SUBDIRS = src.d
-include ./config.mk
all: ${SUBDIRS}
clean: $(patsubst %.d,%.clean, ${SUBDIRS})
+
+include ./config.mk
OpenPOWER on IntegriCloud