summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2018-04-24 18:25:57 (GMT)
committerGitHub <noreply@github.com>2018-04-24 18:25:57 (GMT)
commit8c6ca6283d00d1882cfa18e6477b51c9d7e74ed4 (patch)
treec67b0e623482e4d22786ded1bdabd82c01e9bbf6 /lib/Makefile
parent092cb775974218df96e8243957c182d685c81278 (diff)
parent44bff3fd3b4fc6280cad3f8b930d6a404e3bb236 (diff)
downloadlz4-8c6ca6283d00d1882cfa18e6477b51c9d7e74ed4.zip
lz4-8c6ca6283d00d1882cfa18e6477b51c9d7e74ed4.tar.gz
lz4-8c6ca6283d00d1882cfa18e6477b51c9d7e74ed4.tar.bz2
Merge pull request #511 from lz4/decFast
Fixed performance issue with LZ4_decompress_fast()
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index d6a8625..bb45582 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -186,6 +186,7 @@ uninstall:
@$(RM) $(DESTDIR)$(INCLUDEDIR)/lz4.h
@$(RM) $(DESTDIR)$(INCLUDEDIR)/lz4hc.h
@$(RM) $(DESTDIR)$(INCLUDEDIR)/lz4frame.h
+ @$(RM) $(DESTDIR)$(INCLUDEDIR)/lz4frame_static.h
@echo lz4 libraries successfully uninstalled
endif