From 9846bb2d6426e8f79415a943b38e42c833e6b02e Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 15 Feb 2018 16:45:21 +0100 Subject: clock, initial notes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d223ea2..3585885 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ sv: sv.c - gcc -lglfw -lGL -lGLEW -lpthread -lm sv.c -o sv + gcc -lglfw -lGL -lGLEW -lpthread -lm -lasound sv.c -o sv -- cgit v1.2.3