9 lines
113 B
Makefile
Executable File
9 lines
113 B
Makefile
Executable File
include ../Makefile.param
|
|
|
|
test:
|
|
$(CC) sha.c -static -o sha
|
|
@cp sha $(BSP_TEST_OUT_DIR)
|
|
|
|
clean:
|
|
rm -f *.o sha
|