EXTRAS = -g 
symbol.o: symbol.c Makefile ../mtadel.h ../debug.h
	gcc -c symbol.c	$(EXTRAS)
clean: 
	rm -f *.o core
