summaryrefslogtreecommitdiff
path: root/examples/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ui.c')
-rwxr-xr-xexamples/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ui.c b/examples/ui.c
index 9576910..1301a6c 100755
--- a/examples/ui.c
+++ b/examples/ui.c
@@ -19,7 +19,7 @@ gcc \
-Wno-overlength-strings \
-O3 \
-fsanitize=undefined,address,leak \
- -lX11 -lm \
+ -lX11 -lm -lasound \
-o $BIN $SRC && \
./$BIN $@ && rm $BIN
exit $? # */