X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=signature_stuff%2FMakefile;fp=signature_stuff%2FMakefile;h=bef1532c1e50c742ef44a460ac817f4fa5ffcdb2;hb=2815d7ed754a1632c7fb1e5e4f18557661ee7fc7;hp=0000000000000000000000000000000000000000;hpb=471b857df8128542ac492dadb635dcaa0299fa20;p=lib.git diff --git a/signature_stuff/Makefile b/signature_stuff/Makefile new file mode 100644 index 0000000..bef1532 --- /dev/null +++ b/signature_stuff/Makefile @@ -0,0 +1,7 @@ + +all: $(patsubst %.txt,%.txt.dat,$(wildcard *.txt)) + +%.txt.dat: %.txt + strfile $< $@ + +.PHONY: all \ No newline at end of file