EECS151 / riscv-cpu / software / c_test / Makefile
Makefile
Raw
# Master Makefile dependencies
TARGET := c_test
INCLUDE_LIB := true
GCC_OPTS += -O2 -flto

include ../Makefile.gcc.in