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

include ../Makefile.gcc.in