From 16031a8ca3e6e36e39b5ac52853f39e559f0460a Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 1 May 2024 21:44:11 +0200 Subject: Create dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3