diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-11-17 19:05:12 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-11-17 19:05:12 +0100 |
commit | 374ffea9cf253518cb0ca4f643625007c244e5e6 (patch) | |
tree | 16ea5e34c33a53d4cc8087dfd3b3e4bc246bd89a /examples/graph.c | |
parent | f99fd0ce62375bd0f994861768c36de6920e822e (diff) | |
download | reduced_system_layer-374ffea9cf253518cb0ca4f643625007c244e5e6.zip |
Add asound library to build scripts
Diffstat (limited to 'examples/graph.c')
-rwxr-xr-x | examples/graph.c | 2 |
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 $? # */ |