Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 54926 | Differences between
and this patch

Collapse All | Expand All

(-)/var/tmp/portage/asciijump-1.0.2_beta/work/asciijump-1.0.2beta/Makefile.in (-1 / +1 lines)
Lines 101-107 Link Here
101
101
102
all: bin ${ac_name} ${as_name} ${other_obj}
102
all: bin ${ac_name} ${as_name} ${other_obj}
103
	@echo
103
	@echo
104
	@ctags ${other_src} ${as_src} ${ac_src} include/*
104
	@exuberant-ctags ${other_src} ${as_src} ${ac_src} include/*
105
	@echo "type: ${color}./${ac_name}${color_reset} to run asciijump client"
105
	@echo "type: ${color}./${ac_name}${color_reset} to run asciijump client"
106
	@echo "type: ${color}./${as_name}${color_reset} to run asciijump server"
106
	@echo "type: ${color}./${as_name}${color_reset} to run asciijump server"
107
	
107
	

Return to bug 54926