all:
	g++ static_soundprovider.cpp -o static_soundprovider -lclanCore

clean:
	@rm -f static_soundprovider
