[fortune] Add some fortune strings and a Makefile to build indexed string files

This commit is contained in:
Eryn Wells 2025-08-11 17:00:13 -07:00
parent 196004e993
commit cf613b3012
2 changed files with 23 additions and 0 deletions

16
Fortune/Makefile Normal file
View 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
View 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!!!!