mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
Merge branch 'master' of github.com:jyp/boon
This commit is contained in:
commit
981d5becae
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -5,9 +5,9 @@ sheets: colemak.pdf qwerty.pdf
|
|||
%.pdf: cheat-sheet.hs %.hs
|
||||
cp $*.hs Layout.hs
|
||||
nix-shell --run "cabal build"
|
||||
nix-shell --run "dist/build/boonCS/boonCS $*"
|
||||
nix-shell --run "dist/build/boonCS/boonCS $*" # generate the size of boxes
|
||||
nix-shell latex.nix --run "xelatex $*.tex"
|
||||
nix-shell --run "dist/build/boonCS/boonCS $*"
|
||||
nix-shell --run "dist/build/boonCS/boonCS $*" # generate the diagram according to the above sizes
|
||||
nix-shell latex.nix --run "xelatex $*.tex"
|
||||
|
||||
test:
|
||||
|
|
Loading…
Add table
Reference in a new issue