]> git.donarmstrong.com Git - lib.git/blob - signature_stuff/Makefile
add a bunch of softer world quotes and fix 1000+1 nights quote
[lib.git] / signature_stuff / Makefile
1
2 all: $(patsubst %.txt,%.txt.dat,$(wildcard *.txt))
3
4 %.txt.dat: %.txt
5         strfile $< $@
6
7 .PHONY: all