diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-09-29 19:22:00 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-09-29 19:22:00 +0000 |
commit | c6750d375d8fcf3705b8992c8c9f5006a2bb0716 (patch) | |
tree | a491bb2121ab76af7883ddc726f0893eb149c4e9 /src/Makefile | |
parent | 83227fad7fabe67f633bc254796d576baa8390d3 (diff) |
Added a loadbang to param
svn path=/trunk/externals/tof/; revision=12492
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 8d83e14..b064d5d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -31,3 +31,4 @@ LINUXINCLUDE = -I$(PDPATH)/src ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm $*.o
+ mv $*.pd_linux ~/pd-externals/tof
|