… | … | ||
---|---|---|---|
12 | SOURCES = root-tail.c | 12 | SOURCES = root-tail.c |
13 | 13 | ||
14 | all: root-tail man | 14 | all: root-tail man |
15 | 15 | ||
16 | root-tail: $(SOURCES) config.h | 16 | root-tail: $(SOURCES) config.h |
17 | $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(SOURCES) | 17 | $(CC) $(CFLAGS) -o $@ $(SOURCES) $(LDFLAGS) |
18 | 18 | ||
19 | man: root-tail.1.gz | 19 | man: root-tail.1.gz |
20 | 20 | ||
21 | root-tail.1.gz: root-tail.man | 21 | root-tail.1.gz: root-tail.man |
22 | cp root-tail.man root-tail.1 | 22 | cp root-tail.man root-tail.1 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |