From 93ccb7fe8f1e673303a614607b86e4bfa683974d Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Fri, 3 Jun 2016 21:38:53 +0200 Subject: [PATCH] Removed linker call to pthread library --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 92e1215..df638b8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ CC=clang CFLAGS=-g -Wall -LDFLAGS=-lpthread .PHONY: clean all