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