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

Comparing root-tail/Makefile (file contents):
Revision 1.1 by gashuffer, Wed Aug 27 20:04:55 2003 UTC vs.
Revision 1.2 by chris_moore, Sun Mar 28 01:55:51 2004 UTC

11 11
12all: root-tail man 12all: root-tail man
13 13
14root-tail: root-tail.c config.h 14root-tail: root-tail.c config.h
15 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< 15 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
16man: 16
17man: root-tail.1.gz
18
19root-tail.1.gz: root-tail.man
17 cp root-tail.man root-tail.1 20 cp root-tail.man root-tail.1
18 gzip -f9 root-tail.1 21 gzip -f9 root-tail.1
19 22
20clean: 23clean:
21 rm -f root-tail root-tail.1.gz 24 rm -f root-tail root-tail.1.gz

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines