commit 34de9b73c93e9b0bf20e182a5266afda804c0368
parent 30e7e8a1908a3eb6eb70a899ecc914d292e16cbe
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 1 Feb 2024 09:11:28 +0100
Fix Makefile "clean" target
Delete the stardis manual page generated from its template in which
external variables were resolved.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -178,7 +178,7 @@ uninstall:
# Miscellaneous targets
################################################################################
clean:
- rm -f $(HDR) $(OBJ) .config stardis
+ rm -f $(HDR) $(OBJ) .config stardis doc/stardis.1
distclean: clean
rm -f $(DEP)