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

include ../../Makefrag