===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
desktop-base-10.0.3/Makefile-17-build-grub clean-grub install-grub:
desktop-base-10.0.3/Makefile:18:	@target=`echo $@ | sed s/-grub//`; \
desktop-base-10.0.3/Makefile-19-	for grub_theme in $(GRUB_THEMES) ; do \
##############################################
desktop-base-10.0.3/Makefile-26-build-emblems clean-emblems install-emblems:
desktop-base-10.0.3/Makefile:27:	@target=`echo $@ | sed s/-emblems//`; \
desktop-base-10.0.3/Makefile-28-	$(MAKE) $$target -C emblems-debian || exit 1;
##############################################
desktop-base-10.0.3/Makefile-31-build-logos clean-logos install-logos:
desktop-base-10.0.3/Makefile:32:	@target=`echo $@ | sed s/-logos//`; \
desktop-base-10.0.3/Makefile-33-	$(MAKE) $$target -C debian-logos || exit 1;