mirror of https://github.com/citusdata/citus.git
12 lines
290 B
Makefile
12 lines
290 B
Makefile
|
|
init: ../.vscode/c_cpp_properties.json ../.vscode/launch.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
|