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