Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / test / compile_package0 / Makefile
247 B 6 lines
1.PHONY: build 2build: 3 # Remove any previously compiled code 4 rm -rf out 5 cargo run -- compile-package --out out --target erlang --lib . --package . 6 erl -pa out/ebin -noshell -eval "erlang:display(two:main()),erlang:display(three:test_()),halt()"