mirror of
https://github.com/lz4/lz4.git
synced 2024-11-24 18:33:50 +08:00
build: minor : make lz4
doesn't compile liblz4 anymore
since it's not needed.
This commit is contained in:
parent
263e398a52
commit
ce8393e8d7
6
Makefile
6
Makefile
@ -57,12 +57,12 @@ all: allmost manuals
|
||||
.PHONY: allmost
|
||||
allmost: lib lz4 examples
|
||||
|
||||
.PHONY: lib lib-release
|
||||
lib lib-release:
|
||||
.PHONY: lib lib-release liblz4.a
|
||||
lib lib-release liblz4.a:
|
||||
@$(MAKE) -C $(LZ4DIR) $@
|
||||
|
||||
.PHONY: lz4 lz4-release
|
||||
lz4 : lib
|
||||
lz4 : liblz4.a
|
||||
lz4-release : lib-release
|
||||
lz4 lz4-release :
|
||||
@$(MAKE) -C $(PRGDIR) $@
|
||||
|
Loading…
Reference in New Issue
Block a user