mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
6 lines
222 B
Plaintext
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. |