1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Munin-Contrib/plugins/disk/smart-c/Makefile
Steve Schnepp 6eff786eef smart: importing common.{h,c} from munin-c
The compilation is very easy, a simple `make` should work, as I provided
a convenient `Makefile`
2021-02-07 12:17:14 +01:00

6 lines
81 B
Makefile

smart_: smart_.o common.o
.PHONY: clean
clean:
rm -f smart_ smart_.o common.o