Makefile 269 B

12345678910111213
  1. clean:
  2. rm combined.scm feedsnake
  3. client:
  4. cat named-format.scm date-strings.scm feedsnake.scm client.scm > combined.scm
  5. csc -o feedsnake combined.scm
  6. dependencies:
  7. chicken-install srfi-1 srfi-13 srfi-19 srfi-69 atom getopt-long http-client rss xattr
  8. all: client