mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
The compilation is very easy, a simple `make` should work, as I provided a convenient `Makefile`
6 lines
81 B
Makefile
6 lines
81 B
Makefile
smart_: smart_.o common.o
|
|
|
|
.PHONY: clean
|
|
|
|
clean:
|
|
rm -f smart_ smart_.o common.o
|