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

  • Handles data required for generating a Makefile.
  • Defines the command line interface (CLI) structure for MakeWiz.
  • Manages the user config file.

Structs

Functions