# Extend 'make clean' to remove the .debug directories
#
clean::
	/bin/rm -rf $(NAME).debug debug_obj
#
# another bug fix
OTHER_DEBUG_LIBS = $(OTHER_LIBS)
DEBUG_LIBS = $(LIBS)
