Select the types of activity you want to include in your feed.
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()"