aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-09-08 18:29:52 +0900
committernsfisis <nsfisis@gmail.com>2024-09-08 18:29:52 +0900
commit1b546741a26416ae9cc9815660bdfa7bfb1c311d (patch)
treea016cea2f2f7e1fecc6ea160c99b4b9d33ae0896
parentac89e2f4eb7f9d408ca1f8aafe481498e2106e6c (diff)
downloadmncore-challenge-1b546741a26416ae9cc9815660bdfa7bfb1c311d.tar.gz
mncore-challenge-1b546741a26416ae9cc9815660bdfa7bfb1c311d.tar.zst
mncore-challenge-1b546741a26416ae9cc9815660bdfa7bfb1c311d.zip
add `hello_world` target to `Makefile`
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5169d6a..1b9f443 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: matrix_square
+all: hello_world
matrix_square_testcase_1:
./judge problems/14-Matrix-Square/testcase_1_double_4x4.vsm problems/14-Matrix-Square/answer_1_double_4x4.vsm
@@ -8,3 +8,6 @@ matrix_square_testcase_2:
matrix_square:
./judge problems/14-Matrix-Square/testcase.vsm problems/14-Matrix-Square/02.vsm
+
+hello_world:
+ ./judge example/hello_world/testcase.vsm example/hello_world/example.vsm