aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-09-15 18:03:02 +0900
committernsfisis <nsfisis@gmail.com>2024-09-15 18:12:35 +0900
commit3a67d0d4e8f37ae49c8378082b0bed1116f868e2 (patch)
tree04ed66e34cdc198228095d39db093b3377550dd6 /Makefile
parent21f9b6215bdd8a60c89ebc7840933ea1a2c70e60 (diff)
downloadmncore-challenge-3a67d0d4e8f37ae49c8378082b0bed1116f868e2.tar.gz
mncore-challenge-3a67d0d4e8f37ae49c8378082b0bed1116f868e2.tar.zst
mncore-challenge-3a67d0d4e8f37ae49c8378082b0bed1116f868e2.zip
15-Contains
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index aa26e78..69e140a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,22 @@
-all: mod3
+all: contains
matrix_square_testcase_1:
- ./judge problems/14-Matrix-Square/testcase_1_double_4x4.vsm problems/14-Matrix-Square/answer_1_double_4x4.vsm
+ ./judge --enable-get problems/14-Matrix-Square/testcase_1_double_4x4.vsm problems/14-Matrix-Square/answer_1_double_4x4.vsm
matrix_square_testcase_2:
- ./judge problems/14-Matrix-Square/testcase_2_float_8x8.vsm problems/14-Matrix-Square/answer_2_float_8x8.vsm
+ ./judge --enable-get problems/14-Matrix-Square/testcase_2_float_8x8.vsm problems/14-Matrix-Square/answer_2_float_8x8.vsm
matrix_square:
- ./judge problems/14-Matrix-Square/testcase.vsm problems/14-Matrix-Square/02.vsm
+ ./judge --enable-get problems/14-Matrix-Square/testcase.vsm problems/14-Matrix-Square/02.vsm
hello_world:
- ./judge example/hello_world/testcase.vsm example/hello_world/example.vsm
+ ./judge --enable-get example/hello_world/testcase.vsm example/hello_world/example.vsm
mod3:
- ./judge problems/13-Mod-3/testcase.vsm problems/13-Mod-3/08.vsm
+ ./judge --enable-get problems/13-Mod-3/testcase.vsm problems/13-Mod-3/08.vsm
+
+contains:
+ ./judge --enable-get problems/15-Contains/testcase.vsm problems/15-Contains/03.vsm
inversion:
./judge --enable-get problems/19-Inversion/testcase.vsm problems/19-Inversion/01.vsm