mirror of
https://github.com/status-im/QR-Code-generator.git
synced 2025-02-22 09:28:20 +00:00
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…
x
Reference in New Issue
Block a user