testディレクトリーをsampleに変更
[makefiles.git] / latex_mk / sample / graphics_multi / Makefile
diff --git a/latex_mk/sample/graphics_multi/Makefile b/latex_mk/sample/graphics_multi/Makefile
new file mode 100644 (file)
index 0000000..7476231
--- /dev/null
@@ -0,0 +1,11 @@
+.PHONY: all update clean distclean
+
+TEXTARGETS := graphics.pdf
+
+all: graphics.pdf
+
+include latex.mk
+
+clean: tex-clean
+
+distclean: clean tex-distclean