mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 02:10:09 -04:00
7 lines
No EOL
103 B
Makefile
7 lines
No EOL
103 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
CXXFLAGS += -std=c++11
|
|
|
|
include $(LEVEL)/Makefile.rules |