diff options
Diffstat (limited to '')
-rw-r--r-- | project/build.py (renamed from project/cmake/build.py) | 2 | ||||
-rw-r--r-- | project/cmake/__init__.py | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/project/cmake/build.py b/project/build.py index ef4de1a..ff366c3 100644 --- a/project/cmake/build.py +++ b/project/build.py @@ -12,7 +12,7 @@ but written in bash and PowerShell, respectively). A simple usage example: - $ cmake-build --configuration Release --install path/to/somewhere -- examples/simple build/ + $ project-build --configuration Release --install path/to/somewhere -- examples/simple build/ ... $ ./path/to/somewhere/bin/foo diff --git a/project/cmake/__init__.py b/project/cmake/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/project/cmake/__init__.py +++ /dev/null |