Home | History | Annotate | Download | only in testcase
      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.
     12