aboutsummaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.linux')
-rw-r--r--Makefile.linux4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.linux b/Makefile.linux
deleted file mode 100644
index 0c4a748..0000000
--- a/Makefile.linux
+++ /dev/null
@@ -1,4 +0,0 @@
-pdp.pd_linux: pdp_all
- rm -f pdp.pd_linux
- $(CC) -export_dynamic -shared -o pdp.pd_linux modules/*.o system/*.o $(PDP_LIBS)
- #strip --strip-unneeded pdp.pd_linux