Clean Build Artifacts
Removes the build directory and all compiled artifacts to enable a fresh rebuild.
Instructions
- •Run the clean command:
bash
make clean
When to Use
Use this skill when:
- •You encounter strange build errors
- •Dependencies have changed
- •You want to ensure a completely fresh build
- •Before running the
buildskill if you suspect stale artifacts
Notes
- •This is a destructive operation - all build artifacts will be removed
- •You will need to run the
buildskill after cleaning - •The source code is never affected, only the build/ directory