4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
|
|
(set -x ; clang -g intern/wapp/src/wapp.c uuid4.c -o uuid4)
|