Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.17 KB

42mf_generator

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

2021-06-08.2.09.36.mov

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.