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

5 lines
115 B
Makefile

C_SOURCES := main.c
CFLAGS_EXTRAS += -finput-charset=UTF-8 -fextended-identifiers -std=c99
include Makefile.rules