Skip to content
Snippets Groups Projects
Commit 9ae2c2e7 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Add rule to update ctags file.

parent c6704560
No related branches found
No related tags found
No related merge requests found
...@@ -39,3 +39,6 @@ clean: ...@@ -39,3 +39,6 @@ clean:
static-src/style.css: static-src/style.css:
$(MAKE) -C $(dir $@) $(notdir $@) $(MAKE) -C $(dir $@) $(notdir $@)
tags: $(shell find muppet -type f -name '*.py')
ctags $^
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment