FPGA-RISC-V-CPU / software / c_tests / sum / Makefile
Makefile
Raw
# Master Makefile dependencies
TARGET := sum
INCLUDE_LIB := true
GCC_OPTS += -O2

include ../../Makefrag