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