summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05ca856..94afa3e 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,11 @@ install:
install cvsps $(prefix)/bin
install -m 644 cvsps.1 $(prefix)/share/man/man1
+tags: *.c *.h cbtcommon/*.c cbtcommon/*.h
+ ctags *.c *.h cbtcommon/*.c cbtcommon/*.h
+
clean:
- rm -f cvsps *.o cbtcommon/*.o core
+ rm -f cvsps *.o cbtcommon/*.o core tags
.PHONY: install clean
# DO NOT DELETE