Skip to content

Commit

Permalink
add clean option
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1867 committed Apr 9, 2024
1 parent f82596c commit a50e994
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion perfsonar-host-metrics/perfsonar-host-metrics/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}/
install -m 644 apache-perfsonar_host_exporter.conf ${HTTPD-CONFIGPATH}/

clean:
@true

0 comments on commit a50e994

Please sign in to comment.