summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/functionalities/target_var/Makefile
blob: 806c96740af14529ad1f2f488ca2309d72585752 (plain) (blame)
1
2
3
4
5
6
7
8
include 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