From 8c344cf8fabded65cee42c69f63d2e47b9bef8d3 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 1 May 2024 15:51:40 +0200 Subject: First build possible --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2a8759d..fec3007 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ OBJ=$(SRC:.cpp=.o) all: $(PROJECTNAME) +LDLIBS += -lfmt + $(PROJECTNAME): $(OBJ) $(CXX) $(LDFLAGS) $^ $(LDLIBS) $(LIBS) -o $@ -- cgit v1.2.3