diff options
Diffstat (limited to 'examples/game_of_life.c')
-rwxr-xr-x | examples/game_of_life.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/game_of_life.c b/examples/game_of_life.c index 9210829..540251d 100755 --- a/examples/game_of_life.c +++ b/examples/game_of_life.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 $? # */ |