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