view examples/module.mk @ 32050:c00d842608f7

GitHub-CI (mingw): Reduce ccache size to approx. 2x the size after a clean run. * .github/workflows/make.yaml (mingw): Reduce ccache size to approx. 2x the cache size when started with an empty cache.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 22 Apr 2023 20:59:48 +0200
parents c2c528319260
children
line wrap: on
line source

%canon_reldir%_EXTRA_DIST =

include %reldir%/code/module.mk
include %reldir%/data/module.mk

%canon_reldir%_EXTRA_DIST += \
  %reldir%/code/COPYING

EXTRA_DIST += $(%canon_reldir%_EXTRA_DIST)