aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 2007411..fa234c1 100644
--- a/makefile
+++ b/makefile
@@ -56,5 +56,6 @@ test: test-file test-inline test-c++inline test-c++file testcases.txt
clean:
rm -f test-file zxcvbn-file.o test-c++file zxcvbn-c++file.o
rm -f test-inline zxcvbn-inline.o test-c++inline zxcvbn-c++inline.o
+ rm -f dict-*.h zxcvbn.dict zxcvbn.cpp test.cpp
rm -f dictgen
\ No newline at end of file