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