Forráskód Böngészése

minor format change

Sean Dague 15 éve
szülő
commit
2c2406346e
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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)