--- freem/scripts/Makefile 2025/04/09 15:47:36 1.8 +++ freem/scripts/Makefile 2025/04/09 19:52:02 1.9 @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.8 2025/04/09 15:47:36 snw Exp $ +# $Id: Makefile,v 1.9 2025/04/09 19:52:02 snw Exp $ # Makefile for dev scripts # # @@ -23,6 +23,9 @@ # along with FreeM. If not, see . # # $Log: Makefile,v $ +# Revision 1.9 2025/04/09 19:52:02 snw +# Eliminate as many warnings as possible while building with -Wall +# # Revision 1.8 2025/04/09 15:47:36 snw # Add fmd lint command # @@ -56,6 +59,7 @@ pgms = fmd fmd-commit fmd-setversion fmd install: cp $(pgms) /usr/local/bin + chmod 755 /usr/local/bin/fmd-* .PHONY: install