Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed partially broken 'cleanlib' make target.
Details: - Previously, libflame was not deleting the libflame libraries correctly when running 'make clean'. This is due to a copy-paste bug whereby it was attempting to delete LIBBLIS_A_PATH rather than LIBFLAME_A_PATH (and same with the equivalent shared object variables). - Added a new 'cleanhack' target to clean the local libflame.a archive that is created as part of the ARG_MAX hack, and added cleanhack as a dependency to cleanlib and distclean.
- Loading branch information