From d5239ea37e464ff9c926ad86676571005042954a Mon Sep 17 00:00:00 2001 From: m Date: Tue, 19 Sep 2023 00:17:51 -0400 Subject: [PATCH] Tue 19 Sep 2023 12:17:50 AM EDT --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b20556..366a5a0 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ all: - cd src && gcc QAnsel.c -g -o ../bin/QAnsel -lm -I/usr/include/SDL2 -D_REENTRANT -lSDL2 + cd src && gcc QAnsel.c -g -o ../bin/QAnsel -lm -I/usr/include/SDL2 -D_REENTRANT -lSDL2 -pthread -- 2.39.5