Packages
image_qrcode
0.1.0
QR code encoding and decoding for the Image library, implemented as a NIF over the vendored nayuki/QR-Code-generator (encoder, MIT) and dlbeer/quirc (decoder, ISC) C libraries.
Current section
Files
Jump to
Current section
Files
image_qrcode
Makefile
Makefile
calling_from_make:
mix compile
all:
@$(MAKE) -C c_src all
clean:
@$(MAKE) -C c_src clean
.PHONY: all clean calling_from_make