github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/builtin_rules.mk (about)

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