aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortsyrogit <tsyrogit@users.noreply.github.com>2016-10-24 18:22:46 +0100
committerGitHub <noreply@github.com>2016-10-24 18:22:46 +0100
commitb392d96e2b5ab45c4d993d6f4d0abd6a4c783946 (patch)
tree9e88e11775043f4dc116b4ba531ce996476a1252
parent915dd05d5e269e37e276b2a9c2fc37bd3677de15 (diff)
parent0701f3ac98240446548d163a8bb2a25420d5de7b (diff)
downloadzxcvbn-c-b392d96e2b5ab45c4d993d6f4d0abd6a4c783946.tar.gz
Merge pull request #9 from spwhitton/fix-clean-target-again
Add another missing file to clean target
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2cf5c9e..adf3c9b 100644
--- a/makefile
+++ b/makefile
@@ -84,7 +84,7 @@ test: test-file test-inline test-c++inline test-c++file test-shlib test-statlib
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 test-inline zxcvbn-inline.o zxcvbn-inline-pic.o test-c++inline zxcvbn-c++inline.o
rm -f dict-*.h zxcvbn.dict zxcvbn.cpp test.cpp
rm -f dictgen
rm -f ${TARGET_LIB} ${SONAME} libzxcvbn.so test-shlib libzxcvbn.a test-statlib