情報処理試験の問題とプログラムファイルを外部に分離
[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
deleted file mode 100644 (file)
index f54721f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-all: $(foreach ext,.png .eps,$(addsuffix $(ext),$(basename $(wildcard *.svg))))
-
-clean:
-       $(RM) *.log
-
-distclean: clean
-       $(RM) *.png *.eps *.jpg
-
-include ../../../images.mk