| Age | Commit message (Expand) | Author | Files | Lines |
|---|
CC = gcc CFLAGS = -g -O2 -MD -Wall -I. -I../../include LFLAGS = OBJS = dvbdate.o TARGET = dvbdate DESTDIR = /usr/local/bin/ all: $(TARGET) .c.o: $(CC) $(CFLAGS) -c $< -o $@ $(TARGET): $(OBJS) $(CC) -o $@ $(OBJS) $(LFLAGS) install: all install -m 755 $(TARGET) $(DESTDIR) clean: rm -f $(TARGET) $(OBJS) core* *~ *.d -include $(wildcard *.d) dummy cgit'>
![]() |
index : dtv-scan-tables.git | |
| Digital TV scan tables | Jonathan McCrohan |
| aboutsummaryrefslogtreecommitdiffstats |
| Age | Commit message (Expand) | Author | Files | Lines |
|---|