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

C_SOURCES := main.c functions.c

CFLAGS_EXTRAS += -O3

include $(LEVEL)/Makefile.rules