summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/target_var/Makefile
blob: bb9cc4f2f66d69e9142703903f048638ccf4d99d (plain)
1
2
3
4
5
6
7
8
9
10
LEVEL = ../../make

include $(LEVEL)/Makefile.rules

a.out: globals.ll
	$(CC) $(CFLAGS) -g -c $^ -o globals.o
	$(LD) $(LDFLAGS) -g globals.o -o $@

clean::
	rm -rf globals.o a.out *.dSYM
OpenPOWER on IntegriCloud