Packages

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
Raw

Makefile

calling_from_make:
mix compile
all:
@$(MAKE) -C c_src all
clean:
@$(MAKE) -C c_src clean
.PHONY: all clean calling_from_make