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 href='https://git.dereenigne.org/debian/dtv-scan-tables.git/atom/dvb-t/se-Syssleback?h=debian/0+git20171226.07b18ec-1' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Syssleback
blob: b2be682f3dffb1add06b116bdf935aafe0aa2c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35