tmp
This commit is contained in:
parent
4893fe8826
commit
0909650814
12
dune
12
dune
@ -39,3 +39,15 @@
|
|||||||
(action (copy LexerMain.exe Lexer.exe))
|
(action (copy LexerMain.exe Lexer.exe))
|
||||||
(mode promote-until-clean)
|
(mode promote-until-clean)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(rule
|
||||||
|
(targets vera)
|
||||||
|
(deps hd)
|
||||||
|
(action (run "sh" "-c" "if git symbolic-ref HEAD; then ln -s ../../.git/\"$(git symbolic-ref HEAD)\" vera; else ln -s hd vera; fi"))
|
||||||
|
)
|
||||||
|
|
||||||
|
(rule
|
||||||
|
(targets verb)
|
||||||
|
(deps vera)
|
||||||
|
(action (run "sh" "-c" "cat vera > verb"))
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user