Files
tiny_computer/android/extern/wolfssl/IDE/GCC-ARM/Makefile.client
2024-02-29 19:35:00 +08:00

8 lines
106 B
Makefile

# Project name
BIN = WolfSSLClient
SRC_C = ./Source/tls_client.c
all: build_hex
include Makefile.common