Merge pull request #18 from LaurentMazare/patch-1

Fix the runtest alias example.
This commit is contained in:
Rudi Grinberg 2017-03-11 08:52:29 -05:00 committed by GitHub
commit 3e9b52ad0f
1 changed files with 1 additions and 1 deletions

View File

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