CC = gcc CFLAGS = -MD -g -Wall -O2 -I../../include -I. LFLAGS = -g -Wall OBJS = lnb.o SRCS = $(OBJS:.o=.c) TARGET = lnb.o $(TARGET): $(SRCS) .c.o: $(CC) $(CFLAGS) -c $< -o $@ clean: $(RM) *.o *.d $(TARGET) -include $(wildcard *.d) dummy it.dereenigne.org/dtv-scan-tables.git' title='dtv-scan-tables.git Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-18Fix dvbt berlin channels file -- Ronald WarsowAndrew de Quincey1-2/+2