Annotation of freem/scripts/Makefile, revision 1.2
1.1 snw 1: #
1.2 ! snw 2: # $Id: Makefile,v 1.1 2025/04/04 18:00:01 snw Exp $
1.1 snw 3: # Makefile for dev scripts
4: #
5: #
6: # Author: Serena Willis <snw@coherent-logic.com>
7: # Copyright (C) 2025 Coherent Logic Development LLC
8: #
9: #
10: # This file is part of FreeM.
11: #
12: # FreeM is free software: you can redistribute it and/or modify
13: # it under the terms of the GNU Affero Public License as published by
14: # the Free Software Foundation, either version 3 of the License, or
15: # (at your option) any later version.
16: #
17: # FreeM is distributed in the hope that it will be useful,
18: # but WITHOUT ANY WARRANTY; without even the implied warranty of
19: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20: # GNU Affero Public License for more details.
21: #
22: # You should have received a copy of the GNU Affero Public License
23: # along with FreeM. If not, see <https://www.gnu.org/licenses/>.
24: #
1.2 ! snw 25: # $Log: Makefile,v $
! 26: # Revision 1.1 2025/04/04 18:00:01 snw
! 27: # *** empty log message ***
! 28: #
1.1 snw 29: #
30: # SPDX-FileCopyrightText: (C) 2025 Coherent Logic Development LLC
31: # SPDX-License-Identifier: AGPL-3.0-or-later
32: #
33:
1.2 ! snw 34: pgms = fmd fmd-commit fmd-setversion fmd-changelog fmd-log fmd-versions
1.1 snw 35:
36: install:
37: cp $(pgms) /usr/local/bin
38:
39: .PHONY: install
40:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>