42mf_generator
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
- clone this repo in your project folder
- run ./42makefile.sh
Usage
this generator is able to make a basic Makefile for your project, and supports those features.
- generating for a project to make library or program
- setting about $(NAME) or compiler & it's flags
- making basic directories : src, obj, includes
- .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.