From 474771021426c0224e9e98309c3ee8f2f34d6db5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 9 Jul 2025 10:12:55 -0300 Subject: Makefile: Minor fixes of indentation and alignment --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index aa02a58..da880fc 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ all: include deps.mk sources = \ - src/$(NAME).mjs \ + src/$(NAME).mjs \ derived-assets = \ @@ -89,7 +89,7 @@ install: all '$(DESTDIR)$(JSLIBDIR)' \ '$(DESTDIR)$(SRCDIR)' \ - cp src/$(NAME).mjs '$(DESTDIR)$(JSLIBDIR)' + cp src/$(NAME).mjs '$(DESTDIR)$(JSLIBDIR)' cp $(sources) '$(DESTDIR)$(SRCDIR)' ## Uninstalls from $(DESTDIR)$(PREFIX). This is a perfect mirror @@ -97,7 +97,7 @@ install: all ## A dedicated test asserts that this is always true. uninstall: rm -rf \ - '$(DESTDIR)$(JSLIBDIR)'/$(NAME).mjs \ + '$(DESTDIR)$(JSLIBDIR)'/$(NAME).mjs \ '$(DESTDIR)$(SRCDIR)' \ -- cgit v1.2.3