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_package1 / Makefile
279 B 6 lines
1.PHONY: build 2build: 3 rm -rf out1 out2 4 cargo run -- compile-package --package app1 --target erlang --out out2 --lib . 5 cargo run -- compile-package --package app2 --target erlang --out out2 --lib . 6 erl -pa out1/ebin out2/ebin -noshell -eval "erlang:display(two:main()),halt()"