diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-02-07 18:23:33 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 13:36:00 +0200 |
commit | 2a5a823d12708ca0fa5c56347593afd9ce3b9b83 (patch) | |
tree | eeb5906131003278b368711eb1a5238f39cd3f50 /Makefile | |
parent | dac2e8e0cb5980d41dc3879338816d6f52a5ff8a (diff) |
added Ben Saylor's pvoc~ and partconv~ from his sources so they can be added to Pd-extended
svn path=/trunk/externals/bsaylor/; revision=4566
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..24f589e --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +TARGET=bsaylor + +default: + make -C ../ $(TARGET) + +install: + make -C ../ $(TARGET)_install + +clean: + make -C ../ $(TARGET)_clean |