8 lines
99 B
Makefile
8 lines
99 B
Makefile
LEVEL = ../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
EXE := ProcessAttach
|
|
|
|
include $(LEVEL)/Makefile.rules
|