Merge pull request #2 from status-im/fix/double-dash

fix: remove double dash
This commit is contained in:
Michael Bradley 2020-06-25 17:05:14 -05:00 committed by GitHub
commit 1a2e1cc871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ qrcodegen-test: qrcodegen-test.c $(LIBOBJ:%.o=%.c)
# The library
$(LIBFILE): $(LIBOBJ)
$(AR) -crs $@ -- $^
$(AR) -crs $@ $^
# Object files
%.o: %.c .deps/timestamp