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

C_SOURCES := test.c

CFLAGS_EXTRAS += -O1

include $(LEVEL)/Makefile.rules