基本情報処理試験のフォルダを変更し、2018年春の分を追加
[YACASL2.git] / doc / exam_fe / 2018_04 / img / Makefile
diff --git a/doc/exam_fe/2018_04/img/Makefile b/doc/exam_fe/2018_04/img/Makefile
new file mode 100644 (file)
index 0000000..f54721f
--- /dev/null
@@ -0,0 +1,9 @@
+all: $(foreach ext,.png .eps,$(addsuffix $(ext),$(basename $(wildcard *.svg))))
+
+clean:
+       $(RM) *.log
+
+distclean: clean
+       $(RM) *.png *.eps *.jpg
+
+include ../../../images.mk