aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
blob: 6b0954116dbfaeb401bcb5fd9d4b1937f698dbbb (plain)
1
2
3
4
5
6
7
all: matrix_square_testcase_1

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