diff options
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 |