minor format change

This commit is contained in:
Sean Dague
2009-08-04 15:55:48 -04:00
parent bfc705766b
commit 2c2406346e

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)