ocaml extension
This commit is contained in:
parent
a1209cdfd5
commit
5e9b9c888e
|
@ -1,3 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ocamlc -o out "$@"
|
rename 's/$/\.ml/' "$@" # Add .ml extension
|
||||||
|
|
||||||
|
ocamlc -o out *.ml
|
||||||
|
|
Loading…
Reference in New Issue