File:  [Coherent Logic Development] / plm / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Sun Apr 27 17:14:32 2025 UTC (5 weeks, 5 days ago) by snw
Branches: MAIN
CVS tags: HEAD
Add some files

#
# $Id: Makefile,v 1.1 2025/04/27 17:14:32 snw Exp $
#  plm makefile
#
#  Copyright (C) 2025 Serena Willis
#
#   $Log: Makefile,v $
#   Revision 1.1  2025/04/27 17:14:32  snw
#   Add some files
#
#
# SPDX-FileCopyrightText: (C) 2025 Serena Willis
# SPDX-License-Identifier: AGPL-3.0-or-later
#

lint:
	mkdir LICENSES
	reuse download --all
	reuse lint
	rm -rf LICENSES

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