summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-08-28 17:05:26 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-08-28 17:05:26 +0200
commit7ac984d3f88f8cf0352830fabaadce362b4271d5 (patch)
treeff39ac7ddbf121be05314abc3c3318f36d05ee39 /mk/preprocessor.mk
parentb3fd9613c298e1af44f025d9d95021eec8c72a59 (diff)
Starting to add omnimods to the client.
Diffstat (limited to 'mk/preprocessor.mk')
-rw-r--r--mk/preprocessor.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/preprocessor.mk b/mk/preprocessor.mk
index 9046fb0..028e020 100644
--- a/mk/preprocessor.mk
+++ b/mk/preprocessor.mk
@@ -10,7 +10,8 @@ PREPROCESSOR_FILES = $(shell find ${CURDIR} -name "*.m4")
PREPROCESSED_FILES = $(patsubst %.m4,%,$(PREPROCESSOR_FILES))
MAKEFILE_TO_M4 = \
- --define=__MAKEFILE_DATA_DIR=$(DATA_DIR)
+ --define=__MAKEFILE_DATA_DIR=$(DATA_DIR) \
+ --define=__CODE_STYLE=json
################################################################################
## SANITY CHECKS ###############################################################