Crate makewiz

Source
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§

StringVector
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.