Current section
Files
Jump to
Current section
Files
pipe_helpers
Makefile
Makefile
.PHONY: buildbuild: export MIX_ENV=prodbuild: deps mix compile.PHONY: testtest: export MIX_ENV=testtest: deps mix test.PHONY: docsdocs: export MIX_ENV=devdocs: deps mix docs.PHONY: formatformat: export MIX_ENV=devformat: deps mix format.PHONY: depsdeps: mix deps.get --all.PHONY: publishpublish: mix hex.publish