1CFLAGS:=-g 2CXXFLAGS:=-O 3TARGET_ARCH:=-O2 4CPPFLAGS:=-S 5 6test1: 7 touch foo.c bar.cc 8 9test2: foo.o bar.o 10 11# TODO: Add more builtin rules. 12