aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cea10f18..57e78210 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,9 @@ CALDIR = cal
%.pdf: %.dot
dot -Tpdf -o $@ $<
+tags: $(C_FILES) $(H_FILES)
+ ctags -R
+
clean:
-rm parse
-rm $(OBJDIR)/*.o