1 2 3 4 5 6 7 8 9 10 11 12
# Makefile for linuxtv.org dvb-apps .PHONY: all clean install update all clean install: $(MAKE) -C lib $@ $(MAKE) -C test $@ $(MAKE) -C util $@ update: @echo "Pulling changes & updating from master repository" hg pull -u