aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/Makefile
blob: ede25f029bcd6b5f61e608f47a75568ee8fbb068 (plain) (blame)
1
2
3
4
5
6
7
LEVEL = ../../../make

C_SOURCES := main.c

CFLAGS ?= -g -Os

include $(LEVEL)/Makefile.rules