mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
4 lines
112 B
Makefile
4 lines
112 B
Makefile
LEVEL = ../make
|
|
CXX_SOURCES := inline_rerun_inferior.cpp
|
|
CXXFLAGS += -std=c++11
|
|
include $(LEVEL)/Makefile.rules
|