mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-07 21:36:04 +00:00
5 lines
112 B
Makefile
5 lines
112 B
Makefile
LEVEL = ../make
|
|
CXX_SOURCES := inline_rerun_inferior.cpp
|
|
CXXFLAGS += -std=c++11
|
|
include $(LEVEL)/Makefile.rules
|