diff options
author | Meudwy <meudwy@meudwy.uk> | 2023-07-25 11:55:26 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-07-25 16:07:38 +0200 |
commit | 75de7d47da797b5cf6e7a859a1bff030f7b571a3 (patch) | |
tree | 477c73988a9ded37345799e28ed2c4f7d789d666 /GNUmakefile | |
parent | 43f2cb8b491d95eb79b6b6d404865135971fe642 (diff) | |
download | mblaze-75de7d47da797b5cf6e7a859a1bff030f7b571a3.tar.gz mblaze-75de7d47da797b5cf6e7a859a1bff030f7b571a3.tar.xz mblaze-75de7d47da797b5cf6e7a859a1bff030f7b571a3.zip |
minc: read directory names from stdin
This matches `mlist` where it can take directories as arguments or via stdin. Closes: #244 [via git-merge-pr]
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index c90e938..89cb779 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -28,8 +28,8 @@ all: $(ALL) museragent $(ALL) : % : %.o maddr magrep mdeliver mexport mflag mflow mgenmid mhdr mpick mscan msed mshow \ msort mthread : blaze822.o mymemmem.o mytimegm.o -maddr magrep mdeliver mexport mflag mgenmid mhdr mlist mpick mscan msed mseq \ - mshow msort mthread : seq.o slurp.o mystrverscmp.o +maddr magrep mdeliver mexport mflag mgenmid mhdr minc mlist mpick mscan msed \ + mseq mshow msort mthread : seq.o slurp.o mystrverscmp.o maddr magrep mflow mhdr mpick mscan mshow : rfc2047.o magrep mflow mhdr mshow : rfc2045.o mshow : filter.o safe_u8putstr.o rfc2231.o pipeto.o |