diff options
author | Miller Puckette <millerpuckette@users.sourceforge.net> | 2006-09-08 23:45:31 +0000 |
---|---|---|
committer | Miller Puckette <millerpuckette@users.sourceforge.net> | 2006-09-08 23:45:31 +0000 |
commit | 026589c77ea733ae92c38b78fbd633bfbd0b8e94 (patch) | |
tree | cfee6b4dad7347415955e5fb8442ffbfca6256b6 /pd/src/makefile.in | |
parent | 018a1061ed9e619398d7d26fa54c9876b3f26d31 (diff) |
Many bug fixes
svn path=/trunk/; revision=5906
Diffstat (limited to 'pd/src/makefile.in')
-rw-r--r-- | pd/src/makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pd/src/makefile.in b/pd/src/makefile.in index 4339da57..05a1ecf8 100644 --- a/pd/src/makefile.in +++ b/pd/src/makefile.in @@ -141,6 +141,7 @@ externs: cd ../extra/loop~;make @EXTERNTARGET@ cd ../extra/lrshift~;make @EXTERNTARGET@ cd ../extra/pique;make @EXTERNTARGET@ + cd ../extra/sigmund~;make @EXTERNTARGET@ BINARYMODE=@binarymode@ |