aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'make.c')
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index 6e42d6b..ed6f8a3 100644
--- a/make.c
+++ b/make.c
@@ -66,7 +66,7 @@ main(int argc, char **argv)
if (argc > 0) {
if (streq(*argv, "clean")) {
- cmdadd(&c, "rm", "-f", "grab");
+ cmdadd(&c, "rm", "-f", "grab", "git-grab");
cmdprc(c);
} else if (streq(*argv, "install")) {
char *bin, *man;