diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-03-29 10:44:54 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-03-29 10:44:54 +0100 |
commit | bb05b5687f12782cc2e87ffdf2dc0dfe0f6dcfb6 (patch) | |
tree | 87fe1c175df282285428449e39865e21c902e8a0 /Makefile | |
parent | b0a010b1539fe6409f398bb209b156187c959c41 (diff) |
Makefile: fix tab/space substitution.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ static: $(STATIC_RELEASE_TARGET) .PHONY: static $(STATIC_RELEASE_TARGET): $(RELEASE_OBJECTS) - $(AR) rcs $@ $^ + $(AR) rcs $@ $^ js: $(JS_TARGET) .PHONY: js |