aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/Makefile
blob: e7a1cab7e195f59f8cfb9b8cf134f031bfbe871c (plain) (blame)
1
2
3
4
5
6
7
8
LEVEL = ../../../make

DYLIB_NAME := foo
DYLIB_CXX_SOURCES := foo.cpp
CXX_SOURCES := main.cpp
CFLAGS_EXTRAS += -fPIC

include $(LEVEL)/Makefile.rules