commit 1d52641360299461307078a739dc37c625342d62
parent af5a139c1e7ff6cb13efbdaeee8518248917ee76
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 22 Feb 2022 11:30:50 +0100
schiff: small upd of the check Makefile target
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/schiff/Makefile b/schiff/Makefile
@@ -36,8 +36,6 @@ MAN=\
$(SCHIFF_DIR)/share/man/man5/schiff-geometry.5\
$(SCHIFF_DIR)/share/man/man5/schiff-output.5
-#SCHIFF-SCRIPTS=~/code/meso-star/schiff-scripts/src/
-
IMG = particles.png
HTML = schiff.html schiff-downloads.html
@@ -48,7 +46,7 @@ build_all: $(HTML) man
clean:
rm -rf man
- rm -f .sig .chk .man $(HTML)
+ rm -f .sig .chk .man $(HTML) $(HTML:=.err)
distclean: clean
rm -f $(MAN) $(SCHIFF_README) $(SCHIFF_SIG)