mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
10 lines
117 B
Makefile
10 lines
117 B
Makefile
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
CMAKE_CONFIG_DIR = @CMAKE_CONFIG_DIR@
|
|
|
|
all:
|
|
cd Source; ${MAKE}
|
|
|
|
|