update documentation

This commit is contained in:
Leon van Kammen 2023-05-04 13:28:22 +02:00
parent 6e10ff0414
commit 95b81e9a9d
2 changed files with 71 additions and 55 deletions

2
.vimrc
View file

@ -1,4 +1,4 @@
noremap <silent> <F8> :!haxe --no-output %<CR>
noremap <silent> <F9> :!./make doc<CR>
noremap <silent> <F10> :!./make && echo OK<CR>
noremap <silent> <F10> :!./make && echo OK && ./make tests<CR>
noremap <silent> <F11> :!./make tests \| less<CR>

File diff suppressed because one or more lines are too long