summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 011a775..63816fc 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ OBJ=$(SRC:.cpp=.o)
all: $(PROJECTNAME)
-LDLIBS += -lfmt
+LDLIBS += -lfmt -lreichwein
CXXFLAGS += -std=c++17
$(PROJECTNAME): $(OBJ)