12 lines
168 B
Makefile
12 lines
168 B
Makefile
cookie: dril.dat
|
|
fortune dril
|
|
|
|
dril.html:
|
|
wget -O $@ https://cooltweets.herokuapp.com/dril/old
|
|
|
|
dril: dril.html
|
|
./mkfortunes.sh > dril
|
|
|
|
dril.dat: dril
|
|
strfile dril
|