pulseaudio/src/modules/Makefile

8 lines
68 B
Makefile
Raw Normal View History

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