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

include ../../Makefrag