[fortune] Add some fortune strings and a Makefile to build indexed string files
This commit is contained in:
parent
196004e993
commit
cf613b3012
2 changed files with 23 additions and 0 deletions
16
Fortune/Makefile
Normal file
16
Fortune/Makefile
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
STRFILE=strfile
|
||||||
|
|
||||||
|
DATFILES=eryn.dat
|
||||||
|
|
||||||
|
.PHONY: all clean
|
||||||
|
|
||||||
|
%.dat: %
|
||||||
|
$(STRFILE) $^ $@
|
||||||
|
|
||||||
|
.PHONY: all
|
||||||
|
all: $(DATFILES)
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
clean:
|
||||||
|
rm -f $(DATFILES)
|
||||||
7
Fortune/eryn
Normal file
7
Fortune/eryn
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
Please practice this until you can easily do it.
|
||||||
|
-- Andrej Diamantstein
|
||||||
|
%
|
||||||
|
Easy, isn't it?
|
||||||
|
-- Andrej Diamantstein
|
||||||
|
%
|
||||||
|
TWENTY THREE NINETEEN!!!!
|
||||||
Loading…
Add table
Add a link
Reference in a new issue