mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f
13 lines
242 B
Makefile
13 lines
242 B
Makefile
# 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
|