summaryrefslogtreecommitdiff
path: root/a4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'a4/Makefile')
-rw-r--r--a4/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/a4/Makefile b/a4/Makefile
new file mode 100644
index 0000000..dc61cde
--- /dev/null
+++ b/a4/Makefile
@@ -0,0 +1,4 @@
+all: list_vs_vector
+
+list_vs_vector: list_vs_vector.cc Makefile octave.cc
+ g++ -fcoroutines -O2 -Wall -Werror -Wextra -Wconversion -std=c++20 octave.cc $< -o $@