aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1858b7..d5c7146 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,9 @@ clean:
13test: 13test:
14 ${NANT} test 14 ${NANT} test
15 15
16test-xml:
17 ${NANT} test-xml
18
16tags: 19tags:
17 find OpenSim -name \*\.cs | xargs etags 20 find OpenSim -name \*\.cs | xargs etags
18 21