| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-08-28 17:05:26 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-08-28 17:05:26 +0200 | 
| commit | 7ac984d3f88f8cf0352830fabaadce362b4271d5 (patch) | |
| tree | ff39ac7ddbf121be05314abc3c3318f36d05ee39 /mk | |
| parent | b3fd9613c298e1af44f025d9d95021eec8c72a59 (diff) | |
Starting to add omnimods to the client.
Diffstat (limited to 'mk')
| -rw-r--r-- | mk/preprocessor.mk | 3 | 
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 ############################################################### | 


