mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-15 08:06:27 +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
|
#!/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