From a50e99460f88406b2f24f2a42d2f40f015fed750 Mon Sep 17 00:00:00 2001 From: cs1867 Date: Tue, 9 Apr 2024 20:19:02 +0000 Subject: [PATCH] add clean option --- perfsonar-host-metrics/perfsonar-host-metrics/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perfsonar-host-metrics/perfsonar-host-metrics/Makefile b/perfsonar-host-metrics/perfsonar-host-metrics/Makefile index 4f7ecfc..1b62c44 100644 --- a/perfsonar-host-metrics/perfsonar-host-metrics/Makefile +++ b/perfsonar-host-metrics/perfsonar-host-metrics/Makefile @@ -17,4 +17,8 @@ endif install -m 755 exporter_opts.sh ${PERFSONAR-ROOTPATH}/ install -m 755 perfsonar_host_exporter ${PERFSONAR-ROOTPATH}/ install -m 644 apache-node_exporter.conf ${HTTPD-CONFIGPATH}/ - install -m 644 apache-perfsonar_host_exporter.conf ${HTTPD-CONFIGPATH}/ \ No newline at end of file + install -m 644 apache-perfsonar_host_exporter.conf ${HTTPD-CONFIGPATH}/ + +clean: + @true +