aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-09-23 12:48:47 +0100
committerdakkar <dakkar@thenautilus.net>2022-09-23 12:52:38 +0100
commitb7ffead547641b904199547d4bd2607b35c4b0bc (patch)
tree72dbd5d2993b88f516f19719a3e1669f831439a9 /Makefile
parentchange names for plugins header files (diff)
downloadkeyboardio-model01-b7ffead547641b904199547d4bd2607b35c4b0bc.tar.gz
keyboardio-model01-b7ffead547641b904199547d4bd2607b35c4b0bc.tar.bz2
keyboardio-model01-b7ffead547641b904199547d4bd2607b35c4b0bc.zip
now it compiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8807c96..7d18df8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,6 @@ export KALEIDOSCOPE_DIR = $(shell readlink -f $(THISDIR)/../Kaleidoscope)
DAKKAR_VERSION := $(shell git describe --dirty --always --tags --first-parent)
-export LOCAL_CFLAGS = -DBUILD_INFORMATION="$(DAKKAR_VERSION)"
+export LOCAL_CFLAGS = -DBUILD_INFORMATION=\""$(DAKKAR_VERSION)"\"
include $(KALEIDOSCOPE_DIR)/etc/makefiles/sketch.mk