aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8924d34..066eba6 100644
--- a/Makefile
+++ b/Makefile
@@ -25,5 +25,9 @@ test-xml: prebuild
25tags: 25tags:
26 find OpenSim -name \*\.cs | xargs etags 26 find OpenSim -name \*\.cs | xargs etags
27 27
28cscope-tags:
29 find OpenSim -name \*\.cs -fprint cscope.files
30 cscope -b
31
28include $(wildcard Makefile.local) 32include $(wildcard Makefile.local)
29 33