aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortsyrogit <tsyrogit@users.noreply.github.com>2016-09-25 17:01:07 +0100
committerGitHub <noreply@github.com>2016-09-25 17:01:07 +0100
commit11cabf3ec7dd8a10fe863192de4572ec0a6302b5 (patch)
treed2a15a4de967ce855244961fe6cc3bab28179a8f
parent49aa576088dc300437bc93928a2447d05950460e (diff)
parent44cc86d41651936eca45b43c80cb0248a31b2a0b (diff)
downloadzxcvbn-c-11cabf3ec7dd8a10fe863192de4572ec0a6302b5.tar.gz
Merge pull request #5 from spwhitton/fix-clean-target
Fix clean target
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 2b06881..ca5c352 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