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 ter' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/hu-Miskolc-Aggtelek-Fony (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2013-07-15Some multistream transponders.CrazyCat6-0/+37
Some DVB-T2 muxes for RU and UA. Signed-off-by: Oliver Schinagl <oliver@schinagl.nl>