MC3302_SDK_V1.1.9_202507281.../bsp/test/lzma/Makefile

9 lines
174 B
Makefile
Raw Permalink Normal View History

2025-11-11 04:08:31 +00:00
include ../Makefile.param
test:
$(CC) lzma_test.c -static -o lzma_test
#@cp perfmon_xc $(BSP_TEST_OUT_DIR)
@cp lzma_test $(BSP_TEST_OUT_DIR)
clean:
rm -f *.o lzma_test