Skip to content
This repository was archived by the owner on Feb 7, 2020. It is now read-only.

Commit a28f340

Browse files
committed
clean up 31347a3
1 parent 8c83e71 commit a28f340

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ GENERATORS = $(sort $(wildcard generators/?.py))
22

33
EMAILS = $(patsubst generators/%.py,corpus/%.eml,$(GENERATORS))
44

5+
GNUPGHOME=corpus/OpenPGP/GNUPGHOME
6+
57
MAILDIR_MAILS = $(patsubst corpus/%.eml,\
68
inboxes/maildir/cur/%.eml,\
79
$(EMAILS))
@@ -13,7 +15,7 @@ TARGETS = $(MAILDIR_MAILS) inboxes/mbox
1315
default: $(TARGETS)
1416

1517
corpus/%.eml: generators/%.py $(GNUPGHOME) generators/generator.py
16-
$(GNUPGHOME) $<
18+
$<
1719

1820
inboxes/maildir/cur/%.eml: corpus/%.eml
1921
@echo Copying $(notdir $<) to maildir

0 commit comments

Comments
 (0)