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

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


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

Last synced: 3 months 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)