all:
	gcc -shared -fPIC -o metric.so emd.c
    
clean:
	rm metric.so