diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-05-01 21:44:11 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-05-01 21:44:11 +0200 |
commit | 16031a8ca3e6e36e39b5ac52853f39e559f0460a (patch) | |
tree | e8bb388355606c0f44899f87558bba69e5fdd82b /Makefile | |
parent | 623def43b2ae0cd23ecef6688257c540e3118856 (diff) |
Create dependencies
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ OBJ=$(SRC:.cpp=.o) all: $(PROJECTNAME) -LDLIBS += -lfmt +LDLIBS += -lfmt -lreichwein CXXFLAGS += -std=c++17 $(PROJECTNAME): $(OBJ) |