From c60c543448887b2cb1433b2e4fd321d1704ba528 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sun, 12 Apr 2020 22:17:50 +0200 Subject: [PATCH] removed unused libcommon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dee3e5a..7f373f2 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ else CXXFLAGS += -O3 endif -LDLIBS := -lm -lpthread -lcommon +LDLIBS := -lm -lpthread LDFLAGS := all: $(BIN)