===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
goattracker-2.75/src/makefile.common-4-CXX?=g++
goattracker-2.75/src/makefile.common:5:CFLAGS+=-Ibme -Iasm -O3 -fpermissive
goattracker-2.75/src/makefile.common-6-CXXFLAGS+=$(CFLAGS)
##############################################
goattracker-2.75/src/player.s-8-; NOTE 2: This code is in the format of Magnus Lind's assembler from Exomizer.
goattracker-2.75/src/player.s:9:; Does not directly compile on DASM etc.
goattracker-2.75/src/player.s-10-;-------------------------------------------------------------------------------
##############################################
goattracker-2.75/src/altplayer.s-8-; NOTE 2: This code is in the format of Magnus Lind's assembler from Exomizer.
goattracker-2.75/src/altplayer.s:9:; Does not directly compile on DASM etc.
goattracker-2.75/src/altplayer.s-10-;-------------------------------------------------------------------------------
##############################################
goattracker-2.75/examples/src/makefile-3-../example1.prg: example1.s example1.bin
goattracker-2.75/examples/src/makefile:4:		dasm example1.s -o../example1.prg -v3 -p3
goattracker-2.75/examples/src/makefile-5-		pucrunch ../example1.prg ../example1.prg -c64 -x2048
##############################################
goattracker-2.75/examples/src/makefile-7-../example2.prg: example2.s example2.bin
goattracker-2.75/examples/src/makefile:8:		dasm example2.s -o../example2.prg -v3 -p3
goattracker-2.75/examples/src/makefile-9-		pucrunch ../example2.prg ../example2.prg -c64 -x2048
##############################################
goattracker-2.75/examples/src/makefile-11-../example3.prg: example3.s example3.bin
goattracker-2.75/examples/src/makefile:12:		dasm example3.s -o../example3.prg -v3 -p3
goattracker-2.75/examples/src/makefile-13-		pucrunch ../example3.prg ../example3.prg -c64 -x2048
##############################################
goattracker-2.75/examples/src/makefile-15-../example4.prg: example4.s example4.bin
goattracker-2.75/examples/src/makefile:16:		dasm example4.s -o../example4.prg -v3 -p3
goattracker-2.75/examples/src/makefile-17-		pucrunch ../example4.prg ../example4.prg -c64 -x49152