1234567891011121314151617181920 |
- (library
- (name Lib)
- (libraries
- syndic
- yaml
- safepass
- angstrom
- )
- )
- ;(rule
- ; (target version.ml)
- ; (action
- ; (with-stdout-to %{target}
- ; (echo "let git_sha = \"foo")
- ; (run git rev-parse --short HEAD)
- ; (echo "bar\"")
- ; ))
- ; )
|