From 9a06bf47b96a393a95b3a5348368a79f9570121f Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 10 Jul 2008 00:05:21 +0000 Subject: added convenience makefile and nant-color script. I've had these on my laptop forever, and others might find them useful to be part of the main tree. --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b863345 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +all: + export PATH=/usr/local/bin:$(PATH) + ./runprebuild.sh + ./nant-color + find OpenSim -name \*.mdb -exec cp {} bin \; + +clean: + export PATH=/usr/local/bin:$(PATH) + ./nant-color clean + +tags: + find OpenSim -name \*\.cs | xargs etags -- cgit v1.1