mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 18:02:17 -04:00
7 lines
127 B
Makefile
7 lines
127 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
CFLAGS_EXTRAS += $(NO_LIMIT_DEBUG_INFO_FLAGS)
|
|
|
|
include $(LEVEL)/Makefile.rules
|