minor format change

arthursv
Sean Dague 2009-08-04 15:55:48 -04:00
parent bfc705766b
commit 2c2406346e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi)
NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi)
all: prebuild
# @export PATH=/usr/local/bin:$(PATH)