Annotation of plm/Makefile, revision 1.1

1.1     ! snw         1: #
        !             2: # $Id$
        !             3: #  plm makefile
        !             4: #
        !             5: #  Copyright (C) 2025 Serena Willis
        !             6: #
        !             7: #   $Log$
        !             8: #
        !             9: # SPDX-FileCopyrightText: (C) 2025 Serena Willis
        !            10: # SPDX-License-Identifier: AGPL-3.0-or-later
        !            11: #
        !            12: 
        !            13: lint:
        !            14:        mkdir LICENSES
        !            15:        reuse download --all
        !            16:        reuse lint
        !            17:        rm -rf LICENSES

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>