Makefile 117 B

123456
  1. hello.wasm: hello.scm
  2. guild compile-wasm -L . -o $@ $<
  3. serve: hello.wasm
  4. guile -c '((@ (hoot web-server) serve))'