mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-13 10:19:53 +08:00
Fixed Makefile for test_suite_pk
This commit is contained in:
parent
7bc745b6a1
commit
3292562a33
@ -293,6 +293,10 @@ test_suite_pkwrite: test_suite_pkwrite.c ../library/libpolarssl.a
|
|||||||
echo " CC $@.c"
|
echo " CC $@.c"
|
||||||
$(CC) $(CFLAGS) $(OFLAGS) $@.c $(LDFLAGS) -o $@
|
$(CC) $(CFLAGS) $(OFLAGS) $@.c $(LDFLAGS) -o $@
|
||||||
|
|
||||||
|
test_suite_pk: test_suite_pk.c ../library/libpolarssl.a
|
||||||
|
echo " CC $@.c"
|
||||||
|
$(CC) $(CFLAGS) $(OFLAGS) $@.c $(LDFLAGS) -o $@
|
||||||
|
|
||||||
test_suite_rsa: test_suite_rsa.c ../library/libpolarssl.a
|
test_suite_rsa: test_suite_rsa.c ../library/libpolarssl.a
|
||||||
echo " CC $@.c"
|
echo " CC $@.c"
|
||||||
$(CC) $(CFLAGS) $(OFLAGS) $@.c $(LDFLAGS) -o $@
|
$(CC) $(CFLAGS) $(OFLAGS) $@.c $(LDFLAGS) -o $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user