llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/unwind/ehframe/Makefile

8 lines
111 B
Makefile

LEVEL = ../../../make
C_SOURCES := main.c
CFLAGS ?= -g -fomit-frame-pointer
include $(LEVEL)/Makefile.rules