Merge pull request #2 from status-im/fix/double-dash
fix: remove double dash
This commit is contained in:
commit
1a2e1cc871
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue