- GNU Make
- Java Development Kit (JDK)
- Java Ruytime Environment (JRE)
Command | Description |
---|---|
make or make compile |
Compile the project |
make run args |
Run the project with given args |
make test args |
Run the tests with given args |
make clear |
Delete previous compiled files |