diff options
Diffstat (limited to 'pso/makefile.pd-darwin')
-rw-r--r-- | pso/makefile.pd-darwin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pso/makefile.pd-darwin b/pso/makefile.pd-darwin index 47bcc48..5fd70f9 100644 --- a/pso/makefile.pd-darwin +++ b/pso/makefile.pd-darwin @@ -31,8 +31,8 @@ FRAMEWORKS=Carbon NAME=pso # all the source files from the package -SRCS=main.cpp pool.cpp data.cpp -HDRS=pool.h +SRCS=main.cpp +HDRS= DIR=. |