all:
	g++ -shared -fPIC -o dsp_gain.so main.c

clean:
	rm -f dsp_gain.so
