view arib25/Makefile @ 59:aeb885ed4e7e

recpt1 shows list of terrestrial channels if .recpt1-channels is available in the home directory.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 03 Oct 2009 13:07:43 +0900
parents 521d796003b2
children
line wrap: on
line source

all:
	cd src; make all

clean:
	cd src; make clean

install:
	cd src; make install