A Makefile to Batch converter.
Project description
Makefile to Batch
This is a simple tool to convert a GNU Makefile into a Windows Batch file.
Usage
Install the tool by using PyPI using the following command:
pip install make-to-batch
You can also install by downloading the source code:
cd path/to/source/
python setup.py install
The tool provides only a command, make-to-batch
, that converts a Makefile in
the current directory to a batch file in the same directory. The tool behaviour
can be customized using some options: here is the help of the tool.
$ make-to-batch -h
usage: make-to-batch [-h] [-v] [-i INPUT] [-o OUTPUT]
Convert a Makefile to a Batch (Windows) file.
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-i INPUT, --input INPUT
set the makefile to be converted. Defaults is
'./Makefile'
-o OUTPUT, --output OUTPUT
set he name of the output batch file. Defaults is
'./make.bat'
Contributing
For more information on how to contribute, go to the file CONTRIBUTING.md
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
make-to-batch-0.2.3.tar.gz
(7.8 kB
view details)
File details
Details for the file make-to-batch-0.2.3.tar.gz
.
File metadata
- Download URL: make-to-batch-0.2.3.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b60c18c9ea7c65a7b8c7f869a3974f87a7c4bfc0dedd8b1f4d1187d45989e5f |
|
MD5 | 870f4676ea44cf34b5f72933ef914438 |
|
BLAKE2b-256 | a6ca380fabce262dd2ae6b0dd80d065b25ed3d4fdf0b7729d94d15f3dd71a99b |