projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c760474
)
Fixed tag generator
author
Lukas Krickl
<lukas@krickl.dev>
Sun, 19 Nov 2023 06:19:04 +0000
(07:19 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Sun, 19 Nov 2023 06:19:04 +0000
(07:19 +0100)
makefile
patch
|
blob
|
history
diff --git
a/makefile
b/makefile
index a99435343d56d8649652f6278c3e2a775898bf57..2e214068aba5135895375f2f4691e20cb317409d 100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-55,7
+55,7
@@
install:
.PHONY: tags
tags:
- ctags --recurse=yes --exclude=.git --exclude=bin --exclude=obj --extras=* --fields=* --c-kinds=* --language-force=C $(TAG_LIBS)
+ ctags --recurse=yes --exclude=.git --exclude=bin --exclude=obj --extras=* --fields=* --c-kinds=* --language-force=C $(TAG_LIBS)
.
.PHONY:
ccmds: