/tools/gen_api_header.sh

This commit is contained in:
2024-10-07 18:06:10 +03:00
parent 33523c7980
commit 578ceabd0e
2 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,9 @@ case "$1" in
esac
;;
api-gen ) "$toolpath"/gen_api_header.sh
;;
* ) echo "Unknown command."
;;
esac