mirror of https://github.com/citusdata/citus.git
15 lines
404 B
Makefile
15 lines
404 B
Makefile
|
|
init: ../.vscode/c_cpp_properties.json ../.vscode/launch.json ../.vscode/settings.json
|
|
|
|
../.vscode:
|
|
mkdir ../.vscode
|
|
|
|
../.vscode/launch.json: ../.vscode
|
|
cp .vscode/launch.json ../.vscode/launch.json
|
|
|
|
../.vscode/c_cpp_properties.json: ../.vscode
|
|
cp .vscode/c_cpp_properties.json ../.vscode/c_cpp_properties.json
|
|
|
|
../.vscode/settings.json: ../.vscode
|
|
cp .vscode/settings.json ../.vscode/settings.json
|