aboutsummaryrefslogtreecommitdiff
path: root/Makefile.linux
blob: 156a5e608575e734f11835f50b782582b42bcb09 (plain)
1
2
3
4
pdp.pd_linux: pdp_all
	rm -f pdp.pd_linux
	gcc -export_dynamic -shared -o pdp.pd_linux modules/*.o system/*.o $(PDP_LIBS)
	#strip --strip-unneeded pdp.pd_linux