Skip to content

Commit

Permalink
Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
david-michel1 committed Dec 13, 2023
1 parent ef27c91 commit bfc99e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefiles/c_backend.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DGFIP_COMMON_FLAGS=-Ailiad,-m$(YEAR),-X

MLANG_DGFIP=$(MLANG_BIN) $(MLANG_DEFAULT_OPTS) $(MLANG_DGFIP_C_OPTS)

QUIET=>/dev/null # Uncomment to suppress output
#QUIET=>/dev/null # Uncomment to suppress output

# Options pour le compilateur OCaml
OCAMLFLAGS=
Expand Down Expand Up @@ -70,7 +70,7 @@ calc/mlang.h: $(SOURCE_FILES) $(SOURCE_EXT_FILES) | calc_dir
@echo " MPP_FUNCTION=$(MPP_FUNCTION_BACKEND)"
@echo " DGFIP_TARGET_FLAGS=$(DGFIP_TARGET_FLAGS)"
@echo " DGFIP_COMMON_FLAGS=$(DGFIP_COMMON_FLAGS)"
@$(MLANG_DGFIP) \
$(MLANG_DGFIP) \
--dgfip_options=$(DGFIP_TARGET_FLAGS),$(DGFIP_COMMON_FLAGS) \
--backend dgfip_c \
--output calc/enchain.c \
Expand Down

0 comments on commit bfc99e3

Please sign in to comment.