From 2a5a823d12708ca0fa5c56347593afd9ce3b9b83 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 7 Feb 2006 18:23:33 +0000 Subject: 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 --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.1