X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=signature_stuff%2FMakefile;h=925ae97340a5226cabea8d7f8bc41f9977ae623e;hb=5568b67a3f7f122b8fe0b0b923c8c003c6c0acba;hp=1c1676f401bdd885b0066fb9ac42edaf66f64d4a;hpb=4cfd6b1df482602d4813f2527b90688274b21176;p=lib.git diff --git a/signature_stuff/Makefile b/signature_stuff/Makefile index 1c1676f..925ae97 100644 --- a/signature_stuff/Makefile +++ b/signature_stuff/Makefile @@ -1,5 +1,5 @@ -all: $(patsubst %.txt,%.txt.dat,$(wildcard *.txt)) +all: $(foreach file,$(filter-out %sigtemplate.txt,$(wildcard *.txt)),$(file).dat) STRFILE=$(shell if which strfile >/dev/null 2>&1; then which strfile; else echo touch -r; fi)