From d8fea7f2b4abda430ebfe65aa65002cab2e9ce42 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 3 Aug 2023 08:06:18 +0200 Subject: A5: WIP --- a5/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 a5/Makefile (limited to 'a5/Makefile') diff --git a/a5/Makefile b/a5/Makefile new file mode 100644 index 0000000..282dfa9 --- /dev/null +++ b/a5/Makefile @@ -0,0 +1,4 @@ +all: matrix + +matrix: matrix.cc Makefile imatrix.h imatrix_nm.h matrix.h + g++ -O2 -Wall -Werror -Wextra -Wconversion -std=c++20 $< -o $@ -- cgit v1.2.3