0xPacman / MakefileGEN

Makefile Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MakefileGEN logo

MakefileGEN

Makefile Generator

The script is easy to use, it will ask you for:

  • compiler you want (leave empty for "gcc")
  • the name of the program (leave empty for "gcc")
  • additional flags
  • name of the files sperated by space (empty for all .c files in your working directory and subdirectories)
  • name of the header (empty for any .h will be found in your working directory)

Usage:

You can run it using curl:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/0xPacman/MakefileGEN/main/makegen.sh)"

About

Makefile Generator


Languages

Language:Shell 100.0%