diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-02 05:19:17 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-02 05:19:17 +0000 |
commit | a2b76c71f48393a78f43606f2bbc34727901f2dd (patch) | |
tree | 5eb3e2a78f1d72256a77b3fa2d4324feb1b33787 /Makefile | |
parent | b06d166030d3b24c432bcc0c1f4357dfc98db4e2 (diff) |
added #if's and minor tweaks to make things compile with pd 0.37
svn path=/trunk/externals/unauthorized/; revision=929
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ clean: # delete emacs backup files -rm -f */*.?~ */*.~?.?.~ # delete compile products - -rm -f *.o *.pd_* *.dll *.tk2c core so_locations + -rm -f *.o *.pd_* *.dll *.tk2c core so_locations ChangeLog -rm -f */*.?~ */*.o */*.pd_* */*.dll */*.tk2c */.*.swp */core so_locations # delete autoconf/automake product -rm -Rf */autom4te.cache |