OBJECTS = nyancat.o all: nyancat nyancat: $(OBJECTS) $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(OBJECTS) -o $@ clean: -rm -f $(OBJECTS) nyancat check: all # Unit tests go here. None currently. @echo "*** ALL TESTS PASSED ***" .PHONY: all clean check aster' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/uk-SuttonColdfield
blob: 642b6ab0bd712364318ca8dbbfb2fc09e40f8f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14