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) ...@@ -126,7 +126,7 @@ static: $(STATIC_RELEASE_TARGET)
.PHONY: static .PHONY: static
$(STATIC_RELEASE_TARGET): $(RELEASE_OBJECTS) $(STATIC_RELEASE_TARGET): $(RELEASE_OBJECTS)
$(AR) rcs $@ $^ $(AR) rcs $@ $^
js: $(JS_TARGET) js: $(JS_TARGET)
.PHONY: js .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