aboutsummaryrefslogtreecommitdiff
path: root/modules++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'modules++/Makefile')
-rw-r--r--modules++/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules++/Makefile b/modules++/Makefile
new file mode 100644
index 0000000..1329f4b
--- /dev/null
+++ b/modules++/Makefile
@@ -0,0 +1,10 @@
+include ../Makefile.config
+current: all
+
+all: biquadseries.o filterortho.o
+
+
+clean:
+ rm -f *~
+ rm -f *.o
+