]> git.donarmstrong.com Git - lib.git/blobdiff - signature_stuff/Makefile
* Add makefile and stuff to start using fortune where possible
[lib.git] / signature_stuff / Makefile
diff --git a/signature_stuff/Makefile b/signature_stuff/Makefile
new file mode 100644 (file)
index 0000000..bef1532
--- /dev/null
@@ -0,0 +1,7 @@
+
+all: $(patsubst %.txt,%.txt.dat,$(wildcard *.txt))
+
+%.txt.dat: %.txt
+       strfile $< $@
+
+.PHONY: all
\ No newline at end of file