AhmedWael205/Cpp-Compiler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
In linux: first install lex, yacc, make , gcc To remove old output files and re-build and compile the project: -> make all To run the project: -> make run You can do both in one command: -> make all run