mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
seekable_format: Build with $(MAKE)
This passes make flags, such as `-jN` for building in parallel, to the underlying make.
This commit is contained in:
committed by
Yann Collet
parent
769723aee2
commit
6b0039abcf
@ -28,7 +28,7 @@ all: seekable_compression seekable_decompression seekable_decompression_mem \
|
||||
parallel_processing
|
||||
|
||||
$(ZSTDLIB):
|
||||
make -C $(ZSTDLIB_PATH) $(ZSTDLIB_NAME)
|
||||
$(MAKE) -C $(ZSTDLIB_PATH) $(ZSTDLIB_NAME)
|
||||
|
||||
seekable_compression : seekable_compression.c $(SEEKABLE_OBJS)
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $^ $(LDFLAGS) -o $@
|
||||
|
Reference in New Issue
Block a user