Skip to content

Compiling

Adharsh Kamath edited this page Nov 8, 2020 · 1 revision

To compile the project, run

cd source
make install
./test file_name [-o output_name] [-t var_type]

To clear the project files

make clean

To force recompile all the files

make rebuild
Clone this wiki locally