From 3bdc30b66576544e9775b7a3e943b75ee72550da Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 31 Jul 2025 11:27:05 -0300 Subject: Makefile: Align ending backslack --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7da16d..0c40f6b 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ install: all mkdir -p \ '$(DESTDIR)$(BINDIR)' \ '$(DESTDIR)$(JSLIBDIR)'/src \ - '$(DESTDIR)$(SRCDIR)' \ + '$(DESTDIR)$(SRCDIR)' \ cp src/$(NAME).mjs '$(DESTDIR)$(JSLIBDIR)'/src cp package.json '$(DESTDIR)$(JSLIBDIR)' -- cgit v1.2.3