| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2014-04-05 | Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975 | Jonathan McCrohan | 118 | -656/+877 |
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) >
![]() |
index : dtv-scan-tables.git | |
| dtv-scan-tables Debian packaging | Jonathan McCrohan |
| summaryrefslogtreecommitdiffstats |
| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2014-04-05 | Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975 | Jonathan McCrohan | 118 | -656/+877 |