mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
14 lines
236 B
Makefile
14 lines
236 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
|