aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-09-10 19:24:31 +0900
committernsfisis <nsfisis@gmail.com>2024-09-10 19:24:31 +0900
commitd1d6718f4fcdf3ac36403295d0cccde086fba0a3 (patch)
treee68e2eb01a14394db175afb4619f618665b30216 /Makefile
parent2dc06ea29e2900b444b85432ee67d5e2629f6e47 (diff)
downloadmncore-challenge-d1d6718f4fcdf3ac36403295d0cccde086fba0a3.tar.gz
mncore-challenge-d1d6718f4fcdf3ac36403295d0cccde086fba0a3.tar.zst
mncore-challenge-d1d6718f4fcdf3ac36403295d0cccde086fba0a3.zip
19-Inversion
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b9f443..e16a0ea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: hello_world
+all: inversion
matrix_square_testcase_1:
./judge problems/14-Matrix-Square/testcase_1_double_4x4.vsm problems/14-Matrix-Square/answer_1_double_4x4.vsm
@@ -11,3 +11,9 @@ matrix_square:
hello_world:
./judge example/hello_world/testcase.vsm example/hello_world/example.vsm
+
+mod3:
+ ./judge problems/13-Mod-3/testcase.vsm problems/13-Mod-3/08.vsm
+
+inversion:
+ ./judge --enable-get problems/19-Inversion/testcase.vsm problems/19-Inversion/01.vsm