Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iohannrabeson/42sh


https://github.com/iohannrabeson/42sh

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Usage ##
```
./42sh [--verbose]
```

--verbose: affiche les lexems parsés avant l'éxécution d'une commande.

## Makefile ##

```
#!bash

make [rule] [MODE=debug|release]
```

exemples:

```
#!bash

make re MODE=debug # recompile tout en mode debug (gcc -g)
make re # recompile tout en mode release (gcc -O3)
```

## Notes ##
[Archi generale](https://docs.google.com/drawings/d/1onj-TkuuqKqZyILVbRrlkrvAVMpRFn9NRbZADQ7mwg4/edit?usp=sharing)