Use '-f' for make clean in Makefile compute (#9464)

Use '-f' instead of '--force' because it is impossible to clean the
targets on MacOS
This commit is contained in:
Ivan Efremov
2024-10-21 16:20:39 +03:00
committed by GitHub
parent 163beaf9ad
commit ababa50cce

View File

@@ -34,7 +34,7 @@ sql_exporter_autoscaling.yml: $(jsonnet_files)
.PHONY: clean
clean:
rm --force \
rm -f \
etc/neon_collector.yml \
etc/neon_collector_autoscaling.yml \
etc/sql_exporter.yml \