Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Problem - The tarballs are not updated after touching any source file: ``` console > touch root/tmp/README.md > make make: Nothing to be done for 'all'. ``` ## Solution - Add dependencies to all source files - Additionally the process is less verbose now ## Testing - Tested manually ```console > touch root/tmp/README.md > make dist/root.tar.xz updated ```
- Loading branch information