diff options
Diffstat (limited to 'cst120/week_6/BUILD')
| -rw-r--r-- | cst120/week_6/BUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cst120/week_6/BUILD b/cst120/week_6/BUILD new file mode 100644 index 0000000..75d9ebd --- /dev/null +++ b/cst120/week_6/BUILD @@ -0,0 +1,4 @@ +load("//:rules.bzl", "assignment") + +assignment("quiz_6", ["quiz_6.h"]) + |