CC = gcc RM = rm -f CFLAGS = -g -Wall -O2 LFLAGS = -g -Wall LDFLAGS = -lusb OBJS = ttusb_dec_reset.o TARGET = ttusb_dec_reset $(TARGET): $(OBJS) $(CC) $(LFLAGS) $(LDFLAGS) -o $(TARGET) $(OBJS) .c.o: $(CC) $(CFLAGS) -c $< -o $@ clean: $(RM) *.o $(TARGET) href='https://git.dereenigne.org/dtv-scan-tables.git' title='dtv-scan-tables.git Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-s/Insat3A_C-93.5E (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-14Intelsat-907-27.5W: update from current LyngSat dataMauro Carvalho Chehab1-24/+197
2019-03-14Intelsat-905-24.5W: update from current LyngSat dataMauro Carvalho Chehab1-18/+711
2019-03-14Add missing satellitesMauro Carvalho Chehab219-2/+61017