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

include ../Makefile.gcc.in