Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iohannrabeson/42sh
https://github.com/iohannrabeson/42sh
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iohannrabeson/42sh
- Owner: IohannRabeson
- Created: 2014-05-21T21:33:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T18:45:01.000Z (over 9 years ago)
- Last Synced: 2024-10-14T06:50:04.218Z (2 months ago)
- Language: C
- Size: 333 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage ##
```
./42sh [--verbose]
```--verbose: affiche les lexems parsés avant l'éxécution d'une commande.
## Makefile ##
```
#!bashmake [rule] [MODE=debug|release]
```exemples:
```
#!bashmake 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)