pull/207/merge
Thomas Klausner 2 months ago committed by GitHub
commit 67e73d6d9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save