summaryrefslogtreecommitdiff
path: root/week_1/bagFns1_static/Tupfile
diff options
context:
space:
mode:
Diffstat (limited to 'week_1/bagFns1_static/Tupfile')
-rw-r--r--week_1/bagFns1_static/Tupfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/week_1/bagFns1_static/Tupfile b/week_1/bagFns1_static/Tupfile
new file mode 100644
index 0000000..b6fe5c5
--- /dev/null
+++ b/week_1/bagFns1_static/Tupfile
@@ -0,0 +1,2 @@
+: foreach *.cxx |> clang++ -Weverything -Wno-c++98-compat -c %f -o %o |> %B.o
+: *.o |> clang++ %f -o %o |> bag