9 lines
174 B
Makefile
Executable File
9 lines
174 B
Makefile
Executable File
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
|