diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
