add Makefile
This commit is contained in:
parent
87c852d7fd
commit
8aba1811cc
1 changed files with 4 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
all:
|
||||
@which strfile || (echo -e "\nERROR: strfile command is missing: you need to install the fortune-mod package\n" ; exit 1)
|
||||
strfile -c spam-o spam-o.dat
|
||||
strfile -c spam-ita-o spam-ita-o.dat
|
Loading…
Reference in a new issue