diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-09-07 22:39:18 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-09-07 22:39:18 +0900 |
| commit | 92ea8ff9f471ec920a2ee4edc29560acd83f99c4 (patch) | |
| tree | 9b6fb4de7adc6dbf7202f45f39a43c7ab1b6bc4b /Makefile | |
| parent | c14731c45f0a263936bf2ca4a09940cfd4c670b5 (diff) | |
| download | mncore-challenge-92ea8ff9f471ec920a2ee4edc29560acd83f99c4.tar.gz mncore-challenge-92ea8ff9f471ec920a2ee4edc29560acd83f99c4.tar.zst mncore-challenge-92ea8ff9f471ec920a2ee4edc29560acd83f99c4.zip | |
14-Matrix-Square
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
