Hi, Can someone tell me how I'm supposed to rebuild Pd vanilla in 0.44?
Build 0.43 and before:
Run 0.43 and before without installing: cd src && ./pd
Selectively recompile the source file I'm revising: make
Build 0.44
Run 0.44: ./pd
Selectively recompile 0.44: ??? if I try "make", then "cp src/pd . && cp src/pd-watchdog bin/" my changes aren't reflected even though I watched all the recompilation messages to the console without any errors
the only way I can recompile is "make clean", then "make" which is obviously quite annoying.
Any suggestions? -Jonathan