While in this directory, compile the program by running
make
To delete all object files and executables so that the directory is "clean" for a recompile, run
make clean
And then run make again.
After compiling the program, run
./smallsh
to start smallsh. To stop the shell, simply execute exit in the prompt.