Makefile 164 B

1234567891011121314
  1. .PHONY: all haunt serve gnu-dot-org
  2. all: haunt
  3. haunt:
  4. haunt build
  5. serve:
  6. haunt build
  7. haunt serve --watch
  8. gnu-dot-org:
  9. guile -L . build-site-gnu-dot-org.scm