基本情報処理試験のフォルダを変更し、2018年春の分を追加
[YACASL2.git] / as / exam_fe / 2008_10 / Q09 / test_ptn2 / Makefile
diff --git a/as/exam_fe/2008_10/Q09/test_ptn2/Makefile b/as/exam_fe/2008_10/Q09/test_ptn2/Makefile
new file mode 100644 (file)
index 0000000..2d72cac
--- /dev/null
@@ -0,0 +1,6 @@
+YACASL2DIR= ../../../../..
+CASL2 = $(YACASL2DIR)/casl2
+CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib
+ASFILE = test_ptn2.casl ../ptn2.casl $(CASL2LIBDIR)/outb.casl
+CMD = $(CASL2) $(ASFILE)
+include $(YACASL2DIR)/test/TEST.mk