From 92ea8ff9f471ec920a2ee4edc29560acd83f99c4 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 7 Sep 2024 22:39:18 +0900 Subject: 14-Matrix-Square --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2