summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/speex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/speex/Makefile')
-rw-r--r--src/pulsecore/speex/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/pulsecore/speex/Makefile b/src/pulsecore/speex/Makefile
deleted file mode 100644
index 316beb72..00000000
--- a/src/pulsecore/speex/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# This is a dirty trick just to ease compilation with emacs
-#
-# This file is not intended to be distributed or anything
-#
-# So: don't touch it, even better ignore it!
-
-all:
- $(MAKE) -C ../..
-
-clean:
- $(MAKE) -C ../.. clean
-
-.PHONY: all clean