Skip to content

aabduvak/42Make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♻️ 42Make

Simple bash script to create Makefile for 42 school projects


Github top language Repository size GitHub last commit GitHub visitors

About   |   Features   |   Usage   |   Reference   |   Author


About

A Bash script is a plain text file which contains a series of commands. These commands are a mixture of commands we would normally type ouselves on the command line (such as ls or cp for example) and commands we could type on the command line but generally wouldn't. An important point to remember though is:

Anything you can run normally on the command line can be put into a script and it will do exactly the same thing. Similarly, anything you can put into a script can also be run normally on the command line and it will do exactly the same thing.

Objectives

  • Unix logic
  • Bash scripting

Features

  • Colored errors and outputs 📚
  • No relink 🙅‍♂️
  • Easy to configure and customize 🔨
  • 42's Makefile norm ✨
  • Makefile for 42cursus projects 📝
  • Included minilibx and readline installation 📎

Usage

Execute:

bash -c 'bash <(curl -s https://raw.githubusercontent.com/aabduvak/42make/master/launch.sh)'

Reference


"Buy Me A Coffee"

About

A Bash script is a plain text file which contains a series of commands. Purpose of project is to create Makefile for 42 school projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages