aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-24 16:41:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-24 16:41:15 -0700
commit44cc86d41651936eca45b43c80cb0248a31b2a0b (patch)
tree65b6736c8ae83a0fcd9eb1a37bce8c0ba66b015e
parent671df3f6d2a931a277e0ef2943c387cfa8ec2f36 (diff)
downloadzxcvbn-c-44cc86d41651936eca45b43c80cb0248a31b2a0b.tar.gz
Fix clean target
Some build products are not cleaned.
-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