]> code.delx.au - pulseaudio/blob - src/pulsecore/speex/Makefile
merge 'lennart' branch back into trunk.
[pulseaudio] / src / pulsecore / speex / Makefile
1 # This is a dirty trick just to ease compilation with emacs
2 #
3 # This file is not intended to be distributed or anything
4 #
5 # So: don't touch it, even better ignore it!
6
7 all:
8 $(MAKE) -C ../..
9
10 clean:
11 $(MAKE) -C ../.. clean
12
13 .PHONY: all clean