diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-07-23 22:33:05 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-07-23 22:33:05 +0200 |
commit | c5c195ff5318f00d544c0fbceb133abcc4ba7a5a (patch) | |
tree | 1c7a3e646f6eb72d748dd606fe9e8e12175b39bd /daemon/Makefile | |
parent | 41f95375a65a3f67a75258680d6d8b03bb4d678b (diff) |
MVP
Diffstat (limited to 'daemon/Makefile')
-rw-r--r-- | daemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/Makefile b/daemon/Makefile index e38108f..9869b08 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -24,7 +24,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS)) # These files will have .d instead of .o as the output. CPPFLAGS := -O3 -std=c++23 $(INC_FLAGS) -MMD -MP -LDFLAGS := -lrtmidi +LDFLAGS := -lrtmidi -lcurl # The final build step. $(BUILD_DIR)/$(TARGET_EXEC): $(OBJS) |