The following command will be useful to run the project from root:

  • cmd: make all
  • cmd: ./miniC_compiler Tests/<`filename`>.c
  • To run valgrind ./valgrind.test ./miniC_compiler Tests/<`filename`>.c


The output is saved to a filename.s file in the root directory