Add support for --shuffle GNU make flag

Add missing dependecies without which build
failures occur while using the --shuffle flag for GNU make.
This commit is contained in:
Philipp Rösner 2022-12-21 23:53:46 +01:00
parent 440d2f369a
commit 33d94454a8
No known key found for this signature in database
GPG key ID: 7A48F1BAED71D385
2 changed files with 13 additions and 9 deletions

View file

@ -206,6 +206,10 @@ https://tuxpaint.org/
unnecessarily long. The app buildle build time is now ~20x faster.
Mark Kim <markuskimius@gmail.com>
* Add missing dependencies in Makefile which result in build failures
when building with the --shuffle flag for GNU make.
Philipp Rösner <rndxelement@protonmail.com>
* Documentation updates:
---------------------
* New "Quickstart Guide" document added.