pulseaudio/src/modules/rtp/Makefile

14 lines
242 B
Makefile
Raw Normal View History

# 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