summaryrefslogtreecommitdiff
path: root/examples/graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph.c')
-rwxr-xr-xexamples/graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graph.c b/examples/graph.c
index d1ee2a9..dc4b226 100755
--- a/examples/graph.c
+++ b/examples/graph.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 $? # */