forked from github/server
- tag-generierung etwas verbessert
This commit is contained in:
parent
7587bb61c6
commit
76e3f46497
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue