diff options
| author | Fuwn <[email protected]> | 2024-04-08 01:20:21 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-04-08 01:20:21 -0700 |
| commit | d80c10626712eff3b94fdd26345efaa8fc520c5e (patch) | |
| tree | 1f0f85eea7d14cb1d76757b49ed8732c26df317a /week_1/bagFns1_static/Tupfile | |
| parent | docs: update comments (diff) | |
| download | cs260-main.tar.xz cs260-main.zip | |
Diffstat (limited to 'week_1/bagFns1_static/Tupfile')
| -rw-r--r-- | week_1/bagFns1_static/Tupfile | 2 |
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 |