mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-21 00:45:49 +08:00
8 lines
111 B
Makefile
8 lines
111 B
Makefile
# Project name
|
|
BIN = WolfCryptBench
|
|
SRC_C = ./Source/benchmark_main.c
|
|
|
|
all: build_hex
|
|
|
|
include Makefile.common
|