Prevents un-formatted build spam and deletion.
Signed-off-by: Derek Buitenhuis <[email protected]>
---
fftools/resources/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/fftools/resources/Makefile b/fftools/resources/Makefile
index 8579a52678..a598134c24 100644
--- a/fftools/resources/Makefile
+++ b/fftools/resources/Makefile
@@ -6,6 +6,7 @@ vpath %.css $(SRC_PATH)
# Uncomment to prevent deletion during build
#.PRECIOUS: %.css.c %.css.min %.css.gz %.css.min.gz %.html.gz %.html.c
+.NOTINTERMEDIATE: %.css.min %.css.min.gz
OBJS-resman += \
fftools/resources/resman.o \
--
2.49.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".