

bmd : bmd.c inc_lin.c
	gcc -O2 bmd.c -o bmdraw -DLINUX

clean:
	rm -f bmdraw
	rm -f core
