mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-17 13:51:21 +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
|