mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-08 14:35:55 +02:00
6 lines
103 B
Makefile
6 lines
103 B
Makefile
|
|
all: libganglia.so
|
|
|
|
libganglia.so:
|
|
@find /usr -name "libganglia.so*" -exec ln -s {} libganglia.so \;
|