aboutsummaryrefslogtreecommitdiff
path: root/BUCK
diff options
context:
space:
mode:
Diffstat (limited to 'BUCK')
-rw-r--r--BUCK12
1 files changed, 1 insertions, 11 deletions
diff --git a/BUCK b/BUCK
index 7c6e98a..7a1ec05 100644
--- a/BUCK
+++ b/BUCK
@@ -20,16 +20,6 @@ cxx_binary(
'test.cxx',
],
deps = [
- ':args',
- ],
-)
-
-cxx_binary(
- name = 'gitlike',
- srcs = [
- 'gitlike.cxx',
- ],
- deps = [
- ':args',
+ '//:args',
],
)