CFLAGS += -g2 -mf -3  
LDFLAGS += -g2 -M -mf -3 -T1 

othello: othello.o 
	cc -o othello $(LDFLAGS)  othello.o 
