aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-28 09:15:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-28 09:41:48 -0700
commit4a2d9cdad7a57f0b1f68dc1b9304326e036cbc4d (patch)
tree5bd28b418a714b3e47534d149ca40e4c063ade1f
parentdcf98202e6d1fe6b1041d150180d5690a0255077 (diff)
downloadzxcvbn-c-4a2d9cdad7a57f0b1f68dc1b9304326e036cbc4d.tar.gz
add another missing file to clean target
Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/9 Gbp-Pq: Name add-another-missing-file-to-clean-target.patch
-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