diff options
Diffstat (limited to 'mnv/runtime/compiler/racomake.mnv')
| -rw-r--r-- | mnv/runtime/compiler/racomake.mnv | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mnv/runtime/compiler/racomake.mnv b/mnv/runtime/compiler/racomake.mnv new file mode 100644 index 0000000000..f40ccf5820 --- /dev/null +++ b/mnv/runtime/compiler/racomake.mnv @@ -0,0 +1,11 @@ +" MNV compiler file +" Compiler: raco make (Racket command-line tools) +" Maintainer: D. Ben Knoble <ben.knoble+github@gmail.com> +" URL: https://github.com/benknoble/mnv-racket +" Last Change: 2022 Aug 12 +" 2024 Apr 03 by The MNV Project (removed :CompilerSet definition) + +let current_compiler = 'racomake' + +CompilerSet makeprg=raco\ make\ --\ % +CompilerSet errorformat=%f:%l:%c:%m |
