diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-07-24 17:25:31 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-07-24 17:27:09 +0200 |
commit | 8d3dfa11baa8b2be32e0a9d31575469e1a7037b8 (patch) | |
tree | acb766d74b925f8fb59325919b08fcb42148f104 /daemon | |
parent | 7f85c4bbdbf52cddcf3be7b39c7d645c7fe80388 (diff) |
Add deployment files
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile b/daemon/Makefile index 4b08c32..c42a690 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -1,5 +1,6 @@ TARGET_EXEC := midi-router-daemon +CXX := clang++ BUILD_DIR := ./build SRC_DIRS := ./src |