Files
mop3/make/lz4.mk
2026-03-12 22:48:34 +01:00

3 lines
66 B
Makefile

all_lz4:
if [ ! -e ./lz4/lz4 ]; then make -C lz4 -j1 allmost; fi