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) >
summaryrefslogtreecommitdiffstats
path: root/dvb-t/uk-Torosay (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877