aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 0ca84b05f89b9c5789626c26ee2b2ece1f270abf (plain)
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