From: m Date: Tue, 19 Sep 2023 04:17:51 +0000 (-0400) Subject: Tue 19 Sep 2023 12:17:50 AM EDT X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=d5239ea37e464ff9c926ad86676571005042954a;p=QAnsel.git Tue 19 Sep 2023 12:17:50 AM EDT --- 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