summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files 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)' \