===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
erlang-mimerl-1.2.0/erlang.mk-4088-	elif [ -f $(DEPS_DIR)/$(1)/Makefile ]; then \
erlang-mimerl-1.2.0/erlang.mk:4089:		if [ 0 != `grep -c "include ../\w*\.mk" $(DEPS_DIR)/$(1)/Makefile` ]; then \
erlang-mimerl-1.2.0/erlang.mk-4090-			$(call dep_autopatch2,$(1)); \
erlang-mimerl-1.2.0/erlang.mk:4091:		elif [ 0 != `grep -ci rebar $(DEPS_DIR)/$(1)/Makefile` ]; then \
erlang-mimerl-1.2.0/erlang.mk-4092-			$(call dep_autopatch2,$(1)); \
erlang-mimerl-1.2.0/erlang.mk:4093:		elif [ -n "`find $(DEPS_DIR)/$(1)/ -type f -name \*.mk -not -name erlang.mk -exec grep -i rebar '{}' \;`" ]; then \
erlang-mimerl-1.2.0/erlang.mk-4094-			$(call dep_autopatch2,$(1)); \
##############################################
erlang-mimerl-1.2.0/erlang.mk-5949-endif
erlang-mimerl-1.2.0/erlang.mk:5950:	$(verbose) dialyzer --no_native `$(call erlang,$(call filter_opts.erl,$(ERLC_OPTS)))` $(DIALYZER_DIRS) $(DIALYZER_OPTS)
erlang-mimerl-1.2.0/erlang.mk-5951-
##############################################
erlang-mimerl-1.2.0/erlang.mk-6188-
erlang-mimerl-1.2.0/erlang.mk:6189:RELX_RELEASE = `$(call erlang,$(get_relx_release.erl))`
erlang-mimerl-1.2.0/erlang.mk-6190-
##############################################
erlang-mimerl-1.2.0/Makefile-18-	@cat $(GEN_SRC) \
erlang-mimerl-1.2.0/Makefile:19:		| head -n `grep -n "%% GENERATED" $(GEN_SRC) | cut -d : -f 1` \
erlang-mimerl-1.2.0/Makefile-20-		> $(GEN_OUT)
##############################################
erlang-mimerl-1.2.0/Makefile-44-	@cat $(GEN_SRC) \
erlang-mimerl-1.2.0/Makefile:45:		| tail -n +`grep -n "%% GENERATED" $(GEN_SRC) | cut -d : -f 1` \
erlang-mimerl-1.2.0/Makefile-46-		>> $(GEN_OUT)