summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-01 21:44:11 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-01 21:44:11 +0200
commit16031a8ca3e6e36e39b5ac52853f39e559f0460a (patch)
treee8bb388355606c0f44899f87558bba69e5fdd82b /Makefile
parent623def43b2ae0cd23ecef6688257c540e3118856 (diff)
Create dependencies
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)