shoot : shoot.o shoot.h EasySound.o EasySound.h viewilbm.o
	gcc -noixemul -mc68020 -O -o shoot shoot.o EasySound.o viewilbm.o -lm

shoot.o : shoot.c shoot.h
	gcc -noixemul -mc68020 -O -c shoot.c

EasySound.o : EasySound.c EasySound.h
	gcc -noixemul -mc68020 -O -c EasySound.c

viewilbm.o : viewilbm.c
	gcc -noixemul -mc68020 -O -c viewilbm.c
