aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-09-07 22:39:18 +0900
committernsfisis <nsfisis@gmail.com>2024-09-07 22:39:18 +0900
commit92ea8ff9f471ec920a2ee4edc29560acd83f99c4 (patch)
tree9b6fb4de7adc6dbf7202f45f39a43c7ab1b6bc4b /Makefile
parentc14731c45f0a263936bf2ca4a09940cfd4c670b5 (diff)
downloadmncore-challenge-92ea8ff9f471ec920a2ee4edc29560acd83f99c4.tar.gz
mncore-challenge-92ea8ff9f471ec920a2ee4edc29560acd83f99c4.tar.zst
mncore-challenge-92ea8ff9f471ec920a2ee4edc29560acd83f99c4.zip
14-Matrix-Square
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8a812c..2f5269a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
-all: matrix_square_testcase_2
+all: matrix_square
matrix_square_testcase_1:
./judge 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
+
+matrix_square:
+ ./judge problems/14-Matrix-Square/testcase.vsm problems/14-Matrix-Square/01.vsm