aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-03-29 10:44:54 +0100
committerRichard van der Hoff <richard@matrix.org>2017-03-29 10:44:54 +0100
commitbb05b5687f12782cc2e87ffdf2dc0dfe0f6dcfb6 (patch)
tree87fe1c175df282285428449e39865e21c902e8a0 /Makefile
parentb0a010b1539fe6409f398bb209b156187c959c41 (diff)
Makefile: fix tab/space substitution.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4ce87a..ab727a7 100644
--- a/Makefile
+++ b/Makefile
@@ -126,7 +126,7 @@ static: $(STATIC_RELEASE_TARGET)
.PHONY: static
$(STATIC_RELEASE_TARGET): $(RELEASE_OBJECTS)
- $(AR) rcs $@ $^
+ $(AR) rcs $@ $^
js: $(JS_TARGET)
.PHONY: js