A C program that converts a decimal number to binary
- Description: Compile and generates the executable.
- Description: Specifically generates the
deci_to_bin
executable.
- Description: Creates the
obj/
directory for object files.
- Description: Removes the generated object files.
- Description: Removes the object files and the executable.
- Description: Completely rebuilds the project.