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