]> git.donarmstrong.com Git - lib.git/blob - signature_stuff/Makefile
* update quotes with prisoner 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