aboutsummaryrefslogtreecommitdiff
path: root/pdp_frei0r/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pdp_frei0r/Makefile')
-rw-r--r--pdp_frei0r/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/pdp_frei0r/Makefile b/pdp_frei0r/Makefile
new file mode 100644
index 0000000..30b81e0
--- /dev/null
+++ b/pdp_frei0r/Makefile
@@ -0,0 +1,14 @@
+current: all
+
+include Makefile.config
+
+PDP_MOD = pdp_frei0r.o
+
+all: $(PDP_MOD)
+ $(CC) -export_dynamic -shared -o pdp_frei0r.pd_linux *.o $(PDP_LIBS)
+
+clean:
+ rm -f *~
+ rm -f *.o
+ rm -f *.pd_linux
+