Add 'dependencies' Make target
This commit is contained in:
parent
6550901710
commit
7c241aab44
3
Makefile
3
Makefile
|
@ -5,5 +5,8 @@ client:
|
||||||
cat named-format.scm date-strings.scm feedsnake.scm client.scm > combined.scm
|
cat named-format.scm date-strings.scm feedsnake.scm client.scm > combined.scm
|
||||||
csc -o feedsnake combined.scm
|
csc -o feedsnake combined.scm
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
chicken-install srfi-1 srfi-13 srfi-19 srfi-69 atom getopt-long http-client rss xattr
|
||||||
|
|
||||||
all: client
|
all: client
|
||||||
|
|
||||||
|
|
Ŝarĝante…
Reference in New Issue