From 7ac984d3f88f8cf0352830fabaadce362b4271d5 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Tue, 28 Aug 2018 17:05:26 +0200 Subject: Starting to add omnimods to the client. --- mk/preprocessor.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk') 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 ############################################################### -- cgit v1.2.3-70-g09d2