aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b863345
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
1all:
2 export PATH=/usr/local/bin:$(PATH)
3 ./runprebuild.sh
4 ./nant-color
5 find OpenSim -name \*.mdb -exec cp {} bin \;
6
7clean:
8 export PATH=/usr/local/bin:$(PATH)
9 ./nant-color clean
10
11tags:
12 find OpenSim -name \*\.cs | xargs etags