compile
Purpose
Section titled “Purpose”Compiles a program from source.
compile [SRCPATH] [DESTPATH]Arguments
Section titled “Arguments”- SRCPATH — the path to the sourcefile you want to compile
- DESTPATH — the path to the directory where the binary will be compiled
Examples
Section titled “Examples”compile /home/volk/viper.src /binResults:
Compiled viper.src to /bin