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

C_SOURCES := test.c

CFLAGS ?= -g -O1

include $(LEVEL)/Makefile.rules