summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-12-21 14:33:53 (GMT)
committerYann Collet <cyan@fb.com>2016-12-21 14:33:53 (GMT)
commit70526a11e033a640fb9e7ae80fe75b465d484bf0 (patch)
tree8049aa20001fb6467aef810e537135ab16ce1570 /lib/Makefile
parentbc0839c5df185129e899640e77a05f1c8fa595f6 (diff)
downloadlz4-70526a11e033a640fb9e7ae80fe75b465d484bf0.zip
lz4-70526a11e033a640fb9e7ae80fe75b465d484bf0.tar.gz
lz4-70526a11e033a640fb9e7ae80fe75b465d484bf0.tar.bz2
fixed lib/clean
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 8426330..701dc07 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -107,7 +107,8 @@ endif
liblz4: $(LIBLZ4)
clean:
- @$(RM) core *.o *.a *.$(SHARED_EXT) liblz4.pc dll/liblz4.dll dll/liblz4.lib
+ @$(RM) core *.o liblz4.pc dll/liblz4.dll dll/liblz4.lib
+ @$(RM) *.a *.$(SHARED_EXT) *.$(SHARED_EXT_MAJOR) *.$(SHARED_EXT_VER)
@echo Cleaning library completed