1# Project name 2BIN = WolfCryptBench 3SRC_C = ./Source/benchmark_main.c 4 5all: build_hex 6 7include Makefile.common