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

include ../Makefile.gcc.in
