aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
blob: 1701c11b4985098c96f91b774c39fa26461fe042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OBJECTS = nyancat.o

all: nyancat

nyancat: $(OBJECTS)
	$(CC) $(LFLAGS) $(OBJECTS) -o $@

clean:
	-rm -f $(OBJECTS) nyancat

check: all
	# Unit tests go here. None currently.
	@echo "*** ALL TESTS PASSED ***"

.PHONY: all clean check
/dtv-scan-tables.git/commit/dvb-t/dk-All?id=58721baa6ca5d82266bdebbbc3d8844b43bacf95&follow=1'>update scan file for dk-AllChristoph Pfister1-5/+11 submitted by rk.katana.steel gmail.com 2010-04-29update scan file for fi-TurkuChristoph Pfister1-1/+7 submitted by miika vesti.fi 2010-04-29update scan file for uk-AberdareChristoph Pfister1-10/+15 submitted by redtux1 googlemail.com 2010-04-29update scan file for fr-NantesChristoph Pfister1-6/+6 submitted by debotux gmail.com