Integrate LZ4 library, compress the ramdisk
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
exe := $(foreach d,$(apps),$(wildcard $(d)/$(d)))
|
||||
extra := LICENSE.txt
|
||||
|
||||
all_dist: mop3dist.tar
|
||||
all_dist: mop3dist.tar.lz4
|
||||
|
||||
mop3dist.tar:
|
||||
tar -cf $@ --transform='s|.*/||' $(exe) $(extra)
|
||||
mop3dist.tar.lz4:
|
||||
tar -cf mop3dist.tar --transform='s|.*/||' $(exe) $(extra)
|
||||
./lz4/lz4 -12 -f -BD mop3dist.tar mop3dist.tar.lz4
|
||||
rm mop3dist.tar
|
||||
./lz4/lz4 --list mop3dist.tar.lz4
|
||||
|
||||
.PHONY: all_dist
|
||||
|
||||
Reference in New Issue
Block a user