aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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