aboutsummaryrefslogtreecommitdiffstats
path: root/tex/tex.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tex/tex.mk')
-rw-r--r--tex/tex.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/tex/tex.mk b/tex/tex.mk
new file mode 100644
index 0000000..d723983
--- /dev/null
+++ b/tex/tex.mk
@@ -0,0 +1,7 @@
+TEX := wood.png grass.png
+
+TEX_PATH := $(dir $(lastword $(MAKEFILE_LIST)))
+TEX := $(addprefix $(TEX_PATH), $(TEX))
+
+%: %.src
+ curl -o "$@" "$(shell cat $<)"