_standard_repo_parts/Makefile
2024-05-17 08:54:02 +02:00

11 lines
204 B
Makefile

apply:
ls -1 ../ | xargs \
-I {} \
rsync \
-ar \
--exclude='.git' \
--exclude='Makefile' \
--exclude='.gitignore' \
--exclude='.github/cache' \
. ../{}/
rm ../*/LICENSE.md || true