mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
7 lines
68 B
Makefile
7 lines
68 B
Makefile
all:
|
|
$(MAKE) -C ..
|
|
|
|
clean:
|
|
$(MAKE) -C .. clean
|
|
|
|
.PHONY: all clean
|