1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-03 06:38:24 +00:00

smart: importing common.{h,c} from munin-c

The compilation is very easy, a simple `make` should work, as I provided
a convenient `Makefile`
This commit is contained in:
Steve Schnepp 2021-02-07 12:05:40 +01:00
parent a420c4eb58
commit 6eff786eef
4 changed files with 145 additions and 1 deletions

View file

@ -0,0 +1,6 @@
smart_: smart_.o common.o
.PHONY: clean
clean:
rm -f smart_ smart_.o common.o