From 2194a3ab086deb5e7efc3544e14581011a86e580 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 11 Oct 2017 17:47:15 +0100 Subject: [PATCH] Rebuild if configuration changes Signed-off-by: Michael Tremer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d63e86..1c6e8c0 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ clean: rm -rfv $(TARGETS) make -C ipxe/src clean veryclean -$(TARGETS): +$(TARGETS): config/branding.h config/general.h # Copy our configuration to the gPXE submodule cp -vf config/* ipxe/src/config/local/ -- 2.39.2