mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-15 11:06:07 +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
|