summaryrefslogtreecommitdiff
path: root/a5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'a5/Makefile')
-rw-r--r--a5/Makefile4
1 files changed, 4 insertions, 0 deletions
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 $@