Files
school_archives/OSU Coursework/CS 344 - Operating Systems I/Assignment 3 - smallsh/readme.txt

6 lines
222 B
Plaintext

To compile, run the below command in the folder with smallsh.c and the makefile.
make clean build
This will remove the existing compiled binary, if it exists, and then
recompile the source into a new binary executable.