mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-16 12:45:12 +01:00
tests
This commit is contained in:
parent
9d74d9120c
commit
2f0191768f
6 changed files with 44 additions and 6 deletions
7
uwuc-clang
Executable file
7
uwuc-clang
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
args=("-nodefaultlibs" "-nostdlib" "-L${SCRIPT_DIR}/target/debug" "-lrawc")
|
||||
|
||||
exec clang "$@" "${args[@]}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue