summaryrefslogtreecommitdiff
path: root/week_1/bagFns1_static/Tupfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-04-08 01:20:21 -0700
committerFuwn <[email protected]>2024-04-08 01:20:21 -0700
commitd80c10626712eff3b94fdd26345efaa8fc520c5e (patch)
tree1f0f85eea7d14cb1d76757b49ed8732c26df317a /week_1/bagFns1_static/Tupfile
parentdocs: update comments (diff)
downloadcs260-main.tar.xz
cs260-main.zip
feat(week_1): wk1_bagFns1_staticHEADmain
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