aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/builtin_rules.mk
blob: 6717a53fa94a68dbf63df67db04cd721f0ced1fe (plain)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS:=-g
CXXFLAGS:=-O
TARGET_ARCH:=-O2
CPPFLAGS:=-S

test1:
	touch foo.c bar.cc

test2: foo.o bar.o

# TODO: Add more builtin rules.