aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorSean Dague2009-08-04 15:55:48 -0400
committerSean Dague2009-08-04 15:55:48 -0400
commit2c2406346ebfb4d7853df03798b7de8fecb72775 (patch)
tree5e5d28041cdb230e465f8cdc5d2b35a564e0fc40 /Makefile
parentMerge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-2c2406346ebfb4d7853df03798b7de8fecb72775.zip
opensim-SC_OLD-2c2406346ebfb4d7853df03798b7de8fecb72775.tar.gz
opensim-SC_OLD-2c2406346ebfb4d7853df03798b7de8fecb72775.tar.bz2
opensim-SC_OLD-2c2406346ebfb4d7853df03798b7de8fecb72775.tar.xz
minor format change
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 066eba6..46ddc2f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi) 1NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi)
2 2
3all: prebuild 3all: prebuild
4 # @export PATH=/usr/local/bin:$(PATH) 4 # @export PATH=/usr/local/bin:$(PATH)