Fix the runtest alias example.

This commit is contained in:
Laurent Mazare 2017-03-10 21:28:44 +00:00 committed by GitHub
parent 5366f76fdb
commit 0b7d16ccdf
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ Write this in your =jbuild= file:
#+begin_src scheme
(alias
((name (runtest))
((name runtest)
(deps (my-test-program.exe))
(action (run ${<}))))
#+end_src