ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Makefile
(Generate patch)

Comparing root-tail/Makefile (file contents):
Revision 1.6 by root, Sun Jun 16 01:24:29 2019 UTC vs.
Revision 1.7 by root, Sun Sep 1 12:47:41 2019 UTC

12SOURCES = root-tail.c 12SOURCES = root-tail.c
13 13
14all: root-tail man 14all: root-tail man
15 15
16root-tail: $(SOURCES) config.h 16root-tail: $(SOURCES) config.h
17 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(SOURCES) 17 $(CC) $(CFLAGS) -o $@ $(SOURCES) $(LDFLAGS)
18 18
19man: root-tail.1.gz 19man: root-tail.1.gz
20 20
21root-tail.1.gz: root-tail.man 21root-tail.1.gz: root-tail.man
22 cp root-tail.man root-tail.1 22 cp root-tail.man root-tail.1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines