summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2008-11-13 16:17:55 +0000
committerDimitri Sokolyuk <demon@dim13.org>2008-11-13 16:17:55 +0000
commit51b913eb2ff91adfe8cd5e417759a6057c5a8a21 (patch)
tree95c550a91c9111de2f65b3c86ee0c81fef8f5398 /Makefile
XBitTorrent
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..74e8024
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,16 @@
+# $Id$
+
+.include <bsd.own.mk>
+
+SUBDIR= lib btshow btcheck btget # xbittorrent
+
+tags:
+ ctags -dt *.[ch]
+
+cs: tags
+ ls -1 *.[ch] > cscope.files
+ cscope-indexer -v
+
+.PHONY: tags cs
+
+.include <bsd.subdir.mk>