diff options
author | joeyh <joeyh> | 2006-03-08 04:04:34 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-03-08 04:04:34 +0000 |
commit | 4671f67156c1c59c2f9f7c3ead1a2e9141375d41 (patch) | |
tree | b093f645bc936bbf1e5309c82b229afc1ac396ab /Makefile | |
parent | 1530f8ec01fe7e688946203ec19624e1609c221c (diff) | |
download | moreutils-4671f67156c1c59c2f9f7c3ead1a2e9141375d41.tar.gz |
* Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ BINS=isutf8 sponge ifdata -PERLSCRIPTS=vidir vipe ts and not -MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 and.1 not.1 ifdata.1 +PERLSCRIPTS=vidir vipe ts combine +MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 CFLAGS=-O2 -g -Wall all: $(BINS) $(MANS) |