mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-01 07:55:49 +00:00
Build tags in base directory for editors.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,6 +15,7 @@
|
||||
# Ignore object files.
|
||||
*.o
|
||||
build
|
||||
tags
|
||||
|
||||
# Ignore locally installed node_modules
|
||||
node_modules
|
||||
|
||||
@@ -132,7 +132,7 @@ for file in RIPPLE_SRCS:
|
||||
|
||||
rippled = env.Program('build/rippled', RIPPLE_OBJS)
|
||||
|
||||
tags = env.CTags('build/obj/tags', RIPPLE_SRCS)
|
||||
tags = env.CTags('tags', RIPPLE_SRCS)
|
||||
|
||||
Default(rippled, tags)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user