fix: remove double dash

This commit is contained in:
Richard Ramos 2020-06-23 13:40:41 -04:00
parent 08ac806145
commit 6d8cc8bee9
No known key found for this signature in database
GPG Key ID: 80D4B01265FDFE8F
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