mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
ocaml extension
This commit is contained in:
parent
a1209cdfd5
commit
5e9b9c888e
1 changed files with 3 additions and 1 deletions
4
packages/ocaml/4.12.0/compile
vendored
4
packages/ocaml/4.12.0/compile
vendored
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
ocamlc -o out "$@"
|
||||
rename 's/$/\.ml/' "$@" # Add .ml extension
|
||||
|
||||
ocamlc -o out *.ml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue