===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
fonts-smc-rachana-7.0.2/Makefile-13-ttf:
fonts-smc-rachana-7.0.2/Makefile:14:	@for font in `echo ${fonts}`;do \
fonts-smc-rachana-7.0.2/Makefile-15-		$(PY) $(buildscript) -t ttf -i $$font.sfd -f $(features)/$$font.fea -v $(version) -o $(outdir);\
##############################################
fonts-smc-rachana-7.0.2/Makefile-20-	@rm -rf *.woff
fonts-smc-rachana-7.0.2/Makefile:21:	@for font in `echo ${fonts}`;do \
fonts-smc-rachana-7.0.2/Makefile-22-		$(PY) $(buildscript) -t woff -i $(outdir)/$$font.ttf;\
##############################################
fonts-smc-rachana-7.0.2/Makefile-25-	@rm -rf *.woff2
fonts-smc-rachana-7.0.2/Makefile:26:	@for font in `echo ${fonts}`;do \
fonts-smc-rachana-7.0.2/Makefile-27-		$(PY) $(buildscript) -t woff2 -i $(outdir)/$$font.ttf;\
##############################################
fonts-smc-rachana-7.0.2/Makefile-30-install: ttf
fonts-smc-rachana-7.0.2/Makefile:31:	@for font in `echo ${fonts}`;do \
fonts-smc-rachana-7.0.2/Makefile-32-		install -D -m 0644 $(outdir)/$${font}.ttf ${DESTDIR}/${fontpath}/$${font}.ttf;\
##############################################
fonts-smc-rachana-7.0.2/Makefile-41-run-test:
fonts-smc-rachana-7.0.2/Makefile:42:	@for font in `echo ${fonts}`; do \
fonts-smc-rachana-7.0.2/Makefile-43-		echo "Testing font $${font}";\