llvm-project/lldb/packages/Python/lldbsuite/test/lang/c/unicode/Makefile

7 lines
147 B
Makefile

LEVEL = ../../../make
C_SOURCES := main.c
CFLAGS_EXTRAS += -finput-charset=UTF-8 -fextended-identifiers -std=c99
include $(LEVEL)/Makefile.rules