commit 251cc1aea675f8501761d3f0c3688a010fb0ab1d parent c74695c0916e15af8fe164f4f912df917155ce69 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Sun, 17 Sep 2017 22:21:36 +0200 Add dependency of system.mk to dep Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -32,7 +32,7 @@ config.mk: sed -n '/^# '`uname`'/,/^$$/p' system.mk) > $$.mk && \ mv $$.mk config.mk -dep: config.mk +dep: config.mk system.mk $(FORALL) touch dep