testディレクトリーをsampleに変更
[makefiles.git] / latex_mk / sample / error_undef_ctl_seq / Makefile
diff --git a/latex_mk/sample/error_undef_ctl_seq/Makefile b/latex_mk/sample/error_undef_ctl_seq/Makefile
new file mode 100644 (file)
index 0000000..4cd712d
--- /dev/null
@@ -0,0 +1,14 @@
+TEXTARGETS := simple.pdf
+
+CMP := cmp -s
+SED := sed
+
+.PHONY: all clean distclean
+
+all: $(TEXTARGETS)
+
+include latex.mk
+
+clean: tex-clean
+
+distclean: clean tex-distclean