- 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)
endif
.PHONY: tags
default: debug
DEPEND = @gcc -MM -MG -r
AR = @ar
CTAGS = @ctags-exuberant
CTAGS = ctags-exuberant
CC = @gcc
LD = @gcc
INSTALL = @cp