X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=as%2Fexam_fe%2F2008_10%2FQ09%2Ftest_ptn2%2FMakefile;fp=as%2Fexam_fe%2F2008_10%2FQ09%2Ftest_ptn2%2FMakefile;h=0000000000000000000000000000000000000000;hb=e21c536987c4bfbff61ea627e2bc27c46910ec53;hp=2d72cacc1735010b081bc3e55b784d2b8cb7162d;hpb=8627c1a803480336f0670257ac991dfeb9b5bf34;p=YACASL2.git diff --git a/as/exam_fe/2008_10/Q09/test_ptn2/Makefile b/as/exam_fe/2008_10/Q09/test_ptn2/Makefile deleted file mode 100644 index 2d72cac..0000000 --- a/as/exam_fe/2008_10/Q09/test_ptn2/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -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