Skip to content
Snippets Groups Projects
Commit bb05b568 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Makefile: fix tab/space substitution.

parent b0a010b1
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ static: $(STATIC_RELEASE_TARGET)
.PHONY: static
$(STATIC_RELEASE_TARGET): $(RELEASE_OBJECTS)
$(AR) rcs $@ $^
$(AR) rcs $@ $^
js: $(JS_TARGET)
.PHONY: js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment