aboutsummaryrefslogtreecommitdiff
path: root/Test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Test.mk')
-rw-r--r--Test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.mk b/Test.mk
index a48a18c..1d69d7a 100644
--- a/Test.mk
+++ b/Test.mk
@@ -24,7 +24,7 @@
TST=$(wildcard *.sh)
LOG=$(TST:.sh=.log)
-CFLAGS?=-g -Wall
+CFLAGS?=-g -Wall -pthread
CC?=gcc
SRC=$(wildcard *.c)
EXEC=$(SRC:%.c=%)