From d62e01929ee12e687152afc395db6fa9738775f4 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 22 Oct 2017 01:16:04 +0300 Subject: [PATCH] build: nmk -- Add .FORCE target Signed-off-by: Cyrill Gorcunov Signed-off-by: Andrei Vagin --- scripts/nmk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nmk/Makefile b/scripts/nmk/Makefile index f05e5c5c8..ab1aa2255 100644 --- a/scripts/nmk/Makefile +++ b/scripts/nmk/Makefile @@ -5,7 +5,7 @@ include $(__nmk_dir)include.mk MAKEFLAGS := -r -R --no-print-directory -.PHONY: all help test docs clean install +.PHONY: all help test docs clean install .FORCE help: @echo ' Targets:'