Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 309 Bytes

File metadata and controls

8 lines (6 loc) · 309 Bytes

Commands :

  1. make clean --- removes y.tab.c and lex.yy.c for a new run
  2. make build ---- generate lex.yy.c and y.tab.c and the verbose file(y.output)
  3. make run --- generate executable
  4. make test --- run tests against the executable from previous step
  5. make all --- run commands 1 to 4 in sequence