Commit Graph
1 Commits
Author SHA1 Message Date
Jacob Shaffer deca7c716b fix: extend make clean to remove libwren.a and libwren.so artifacts
Previously, the clean target only removed the `build` directory and the `wren` binary, leaving behind static and shared library files. The glob pattern `libwren*` now ensures both `libwren.a` and `libwren.so` are deleted, along with their debug counterparts `libwrend*`.
2015-02-06 20:15:41 +00:00