blob: b685304fe48e4632c72350334c3ccf039e12b6ae (
plain)
1
2
3
4
5
6
7
8
9
|
Create a symbolic link to Makefile.config_darwin:
mv Makefile.config Makefile.config_linux
ln -s Makefile.config_darwin Makefile.config
Make the file using the pd_darwin file:
make -f Makefile.pd_darwin
|