]> code.delx.au - pulseaudio/blob - src/pulse/Makefile
big s/polyp/pulse/g
[pulseaudio] / src / pulse / 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