diff --git a/src/lib/mk_hl_op.sh b/src/lib/mk_hl_op.sh index 964a6f9..91a5003 100755 --- a/src/lib/mk_hl_op.sh +++ b/src/lib/mk_hl_op.sh @@ -1,5 +1,6 @@ #!/bin/bash +mkdir -p hl_ops for x in $(cat ../include/extensions/math.h) ; do test "${x}" = "#ifdef" && continue test "${x}" = "#endif" && continue