github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/empty_target_specific_var2.mk (about)

     1  # TODO(go): https://github.com/google/kati/issues/83
     2  
     3  define var
     4  VAR:=1
     5  endef
     6  
     7  $(call var)
     8  
     9  eq_one:==1
    10  $(eq_one):
    11  	echo PASS