mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
add ctags
This commit is contained in:
parent
812b3a56d6
commit
c4f3792047
3 changed files with 37 additions and 2 deletions
6
makefile
6
makefile
|
|
@ -91,8 +91,10 @@ usage:
|
|||
@echo " make bootstrap - Update bootstrap C source directories."
|
||||
@echo " make revertbootstrap - Use git checkout to restore bootstrap C source directories"
|
||||
|
||||
|
||||
|
||||
# Code navigation helper
|
||||
.PHONY: tags
|
||||
tags:
|
||||
ctags -R --options=oberon.ctags --extras=+q
|
||||
|
||||
# Generate config files Configuration.Make and Configuration.Mod
|
||||
FORCE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue