aboutsummaryrefslogtreecommitdiff
path: root/Makefile.linux_mmx
blob: 2d988ecc887787c8e5c76cd7abed4eb026ef1cb9 (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 system/mmx/*.o $(PDP_LIBS)
	#strip --strip-unneeded pdp.pd_linux