Skip to content
Snippets Groups Projects
Select Git revision
  • 6dd6d32d961bcc48555c384623b4051b45fe8455
  • master default protected
  • 1.31
  • 4.38.7
  • 4.38.6
  • 4.38.5
  • 4.38.4
  • 4.38.3
  • 4.38.2
  • 4.38.1
  • 4.38.0
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
  • 4.32.0
23 results

icons.mjs

Blame
  • target-variable.mk 612 B
    #############################################################################################
    #############################################################################################
    ##
    ## VARIABLES-TARGETS
    ##
    #############################################################################################
    #############################################################################################
    
    .PHONY: variables
    ## Print all variables
    variables:
    	$(ECHOMARKER) "print all variables"
    	$(QUIET) $(foreach v, $(.VARIABLES), $(if $(filter file,$(origin $(v))), $(info $(INFO)$(v)$(RESET)=$($(v))$(RESET))))