aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-04-14 18:03:52 -0400
committerRob Austein <sra@hactrn.net>2017-04-14 18:03:52 -0400
commita45d1fb1e9c64e73ffb7eda124bdd5830925d1cd (patch)
treea34f962a732bcdda2f9301c8c11008b7909fe21f /Makefile
parent8a3467f5d2fedf50f149abb80e5e9f39da668ba7 (diff)
Use correct options to "git clean", sigh.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9865c3a..75f3f8c 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ init:
tidy:
rm -rf tap
- git clean -ndx -e build
+ git clean -dfx -e build
git submodule foreach --recursive git clean -dfx
clean: tidy