From 12b207cd8ac37f0485632dd483f095922e89df33 Mon Sep 17 00:00:00 2001 From: James Duley Date: Tue, 21 Jul 2015 23:21:21 +0100 Subject: [PATCH] added a config_show target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index cafc3c7e8..91723a00d 100644 --- a/Makefile +++ b/Makefile @@ -861,6 +861,10 @@ config_new: config_append: @printf '$(CONFIG_OPTS)\n' >> $(CONFIG_FILE) +.PHONY: config_show +config_show: + @cat $(CONFIG_FILE) + .PHONY: config_clean config_clean: rm -f $(CONFIG_FILE)