mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
remove junk files
This commit is contained in:
parent
f85bd00ac9
commit
eb56b70417
2 changed files with 0 additions and 31 deletions
27
configure
vendored
27
configure
vendored
|
|
@ -1,27 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# OASIS_START
|
|
||||||
# DO NOT EDIT (digest: dc86c2ad450f91ca10c931b6045d0499)
|
|
||||||
set -e
|
|
||||||
|
|
||||||
FST=true
|
|
||||||
for i in "$@"; do
|
|
||||||
if $FST; then
|
|
||||||
set --
|
|
||||||
FST=false
|
|
||||||
fi
|
|
||||||
|
|
||||||
case $i in
|
|
||||||
--*=*)
|
|
||||||
ARG=${i%%=*}
|
|
||||||
VAL=${i##*=}
|
|
||||||
set -- "$@" "$ARG" "$VAL"
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
set -- "$@" "$i"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
|
|
||||||
ocaml setup.ml -configure "$@"
|
|
||||||
# OASIS_STOP
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# OASIS_START
|
|
||||||
# DO NOT EDIT (digest: 3ff39d3acb327553070a64ef0cb321d5)
|
|
||||||
Sequence
|
|
||||||
# OASIS_STOP
|
|
||||||
Loading…
Add table
Reference in a new issue