Add helper script to autobuild
This commit is contained in:
parent
45faedac74
commit
27a2b64438
2 changed files with 12 additions and 2 deletions
11
manifest.scm
11
manifest.scm
|
@ -2,6 +2,13 @@
|
|||
(gnu packages base)
|
||||
(gnu packages compression)
|
||||
(gnu packages guile)
|
||||
(gnu packages guile-xyz))
|
||||
(gnu packages guile-xyz)
|
||||
(gnu packages rust-apps))
|
||||
|
||||
(packages->manifest (list guile-colorized guile-readline guile-next guile-hoot gnu-make zip))
|
||||
(packages->manifest (list guile-colorized
|
||||
guile-readline
|
||||
guile-next
|
||||
guile-hoot
|
||||
gnu-make
|
||||
watchexec
|
||||
zip))
|
||||
|
|
3
watch-build
Executable file
3
watch-build
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
watchexec -w . make
|
Loading…
Reference in a new issue