aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/c/global_variables/Makefile
blob: b1b77dacc01ea7a7e4a9550d28416a8a9c5ead76 (plain) (blame)
1
2
3
4
5
6
7
8
LEVEL = ../../../make

C_SOURCES := main.c

DYLIB_NAME := a
DYLIB_C_SOURCES := a.c

include $(LEVEL)/Makefile.rules