fix: remove double dash

This commit is contained in:
Richard Ramos
2020-06-23 13:40:41 -04:00
parent 08ac806145
commit 6d8cc8bee9
+1 -1
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