mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 06:51:00 +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}
|
||
|
|
||
|
|