mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
8 lines
101 B
Makefile
8 lines
101 B
Makefile
LEVEL = ../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
DEBUG_INFO_FLAG = -g3
|
|
|
|
|
|
include $(LEVEL)/Makefile.rules
|