diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-23 14:34:37 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-23 14:34:37 +0000 |
| commit | 96cda05b8957fb20e475e6db5fa3cffc23aa24ae (patch) | |
| tree | 26f71c822def7bf9f00380c6d26a43f2ac46048f | |
| parent | fffeae956a0080866c824a68638813dfc9a8bfd1 (diff) | |
| download | puzzles-96cda05b8957fb20e475e6db5fa3cffc23aa24ae.zip puzzles-96cda05b8957fb20e475e6db5fa3cffc23aa24ae.tar.gz puzzles-96cda05b8957fb20e475e6db5fa3cffc23aa24ae.tar.bz2 puzzles-96cda05b8957fb20e475e6db5fa3cffc23aa24ae.tar.xz | |
Add missing dependency of screenshots on their save files
| -rw-r--r-- | icons/icons.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/icons.cmake b/icons/icons.cmake index 1b3e690..12aa285 100644 --- a/icons/icons.cmake +++ b/icons/icons.cmake @@ -120,7 +120,7 @@ function(build_icon name) --screenshot ${icon_bindir}/${name}-base.png --load ${icon_srcdir}/${name}.sav DEPENDS - ${name}-icon-maker) + ${name}-icon-maker ${icon_srcdir}/${name}.sav) # Shrink it to a fixed-size square image for the web page, # trimming boring border parts of the original image in the |