pulseaudio/src/modules/Makefile

7 lines
68 B
Makefile

all:
$(MAKE) -C ..
clean:
$(MAKE) -C .. clean
.PHONY: all clean