42mf_generator icon indicating copy to clipboard operation
42mf_generator copied to clipboard

this is a makefile generator for students of 42_networks. made by jekim in 42Seoul

42mf_generator

this is a makefile generator for 42_networks's students.


Description

Makefile generator on command-line interface.

Setup

  1. clone this repo in your project folder
  2. run ./42makefile.sh

Usage

this generator is able to make a basic Makefile for your project, and supports those features.

  1. generating for a project to make library or program
  2. setting about $(NAME) or compiler & it's flags
  3. making basic directories : src, obj, includes
  4. .PHONY option
! this project is just basic makefile generator.
so you need to customize the Makefile for your project.

Note

Don't forget the Stdheader in your Makefile. it is mandatory according to Norm rules!

DO NOT USE this tool for any subject of la piscine. I am, as the developer of this program, not responsible for any penalty for using Makefile which made by this makefile generator in la picsine.

Credits

@jekim in 42Seoul

License

This work is published under the terms of 42 Unlicense.