- tag-generierung etwas verbessert

This commit is contained in:
Christian Schlittchen 2002-03-31 11:05:13 +00:00
parent 7587bb61c6
commit 76e3f46497
1 changed files with 3 additions and 1 deletions

View File

@ -4,11 +4,13 @@ ifndef ERESSEA
export ERESSEA=$(PWD) export ERESSEA=$(PWD)
endif endif
.PHONY: tags
default: debug default: debug
DEPEND = @gcc -MM -MG -r DEPEND = @gcc -MM -MG -r
AR = @ar AR = @ar
CTAGS = @ctags-exuberant CTAGS = ctags-exuberant
CC = @gcc CC = @gcc
LD = @gcc LD = @gcc
INSTALL = @cp INSTALL = @cp