From 44cc86d41651936eca45b43c80cb0248a31b2a0b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 24 Sep 2016 16:41:15 -0700 Subject: Fix clean target Some build products are not cleaned. --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') 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 -- cgit v1.2.3