From d1d6718f4fcdf3ac36403295d0cccde086fba0a3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 10 Sep 2024 19:24:31 +0900 Subject: 19-Inversion --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.3-1-g0d28