summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/target/basic/Makefile
blob: 1f1b61dbd6316ff1f161fd5475e69837e17b8790 (plain)
1
2
3
4
5
6
7
8
9
10
# Example:
#
# C_SOURCES := b.c
# EXE := b.out

ifndef PIE
	LD_EXTRAS := -no-pie
endif

include Makefile.rules