wolfssl-w32/IDE/GCC-ARM/Makefile.bench

8 lines
111 B
Makefile
Raw Normal View History

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