commit 91281c0fe4153db8cfbf45cb183f62f6e61488b8
parent 97252a67104cdc4854d466f4487be341246cdb05
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 22 Feb 2022 11:28:36 +0100
solstice: small upd of the check Makefile target
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solstice/Makefile b/solstice/Makefile
@@ -152,8 +152,8 @@ $(SOLPP_README):
################################################################################
# Check files
################################################################################
-check: build .chk .sig
- @$(MAKE) -fMakefile -f .chk -f .sig check_all
+check: build .chk
+ @$(MAKE) -fMakefile -f .chk check_all
check_all: check_shells $(HTML:=.chk)