# Master Makefile dependencies
TARGET := square_piano
INCLUDE_LIB := true
GCC_OPTS += -O2 -flto

include ../Makefile.gcc.in
