hanchenye-llvm-project/lldb/test/lang/c/const_variables/Makefile

8 lines
106 B
Makefile

LEVEL = ../../../make
C_SOURCES := main.c functions.c
CFLAGS ?= -g -O3
include $(LEVEL)/Makefile.rules