Packages

A library to convert between RGB and HSLuv color spaces

Current section

Files

Jump to
hsluv Makefile
Raw

Makefile

.PHONY: test
test: export MIX_ENV=test
test: deps
mix test
.PHONY: deps
deps:
mix deps.get
.PHONY: clean
clean:
rm -fr _build deps
.PHONY: publish
publish:
mix hex.publish