Expand description
MakeWiz is a command line tool that generates a Makefile based on the files in your directory.
Run makewiz
to generate a Makefile for your C/C++ project.
Run makewiz java
to generate a Makefile for your Java project.
For a more detailed usage guide and installation guide, visit MakeWiz’s GitHub page.
Modules§
- build_
data - Handles data required for generating a Makefile.
- cli
- Defines the command line interface (CLI) structure for MakeWiz.
- user_
config - Manages the user config file.
Structs§
- String
Vector - Represents a vector of strings.
Functions§
- generate_
java_ makefile - Generates a Makefile for a Java project based on the provided
BuildData
. - generate_
makefile - Generates a Makefile for a C/C++ project based on the provided
BuildData
.