HDR_PATH=$(DESTDIR)/usr/include/mffm

install:
	install -d $(HDR_PATH)
	install -m644 libSndFileWrapper.H $(HDR_PATH)

clean:
	rm -rf *~