aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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