This commit is contained in:
Your Name 2019-03-01 17:53:52 +01:00
parent 4893fe8826
commit 0909650814

12
dune
View File

@ -39,3 +39,15 @@
(action (copy LexerMain.exe Lexer.exe))
(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"))
)