updated Makefile
4e1a61cb
Hari Sekhon
committed
1 changed file
Makefile
/Makefile-1+1
/Makefile
Add comment 19
Add comment 20 .PHONY: wc
Add comment 21 wc:
Add comment 22 Minus   wc -l *.tf */*tf *.tfvars
Add comment 22 Plus   find . -name '*.tf' -o -iname '*.tfvars' | xargs wc -l
Add comment 23