aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 69e140a..d200236 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: contains
+all: inversion
matrix_square_testcase_1:
./judge --enable-get problems/14-Matrix-Square/testcase_1_double_4x4.vsm problems/14-Matrix-Square/answer_1_double_4x4.vsm
@@ -19,4 +19,4 @@ 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
+ ./judge --enable-get problems/19-Inversion/testcase.vsm problems/19-Inversion/02.vsm