mirror of
https://github.com/opnsense/src.git
synced 2026-03-24 11:43:11 -04:00
8 lines
99 B
Makefile
8 lines
99 B
Makefile
|
|
LEVEL = ../../make
|
||
|
|
|
||
|
|
CXX_SOURCES := main.cpp
|
||
|
|
|
||
|
|
EXE := ProcessAttach
|
||
|
|
|
||
|
|
include $(LEVEL)/Makefile.rules
|