view examples/module.mk @ 30229:3b3ec2ea46ef

GitHub-CI: Use recommended msys2/setup-msys2 action. * .github/workflows/make.yaml (windows): GitHub recommends using the msys2/setup-msys2 action for installing MSYS2 on their runners. See e.g. https://github.com/actions/virtual-environments/issues/1572#issuecomment-908941444 Replace the manual installation steps by that action.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 06 Oct 2021 19:45:35 +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)