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

8 lines
111 B
Makefile

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