Browse Source

Fix makefile whitespace as per dnc40085 review

TerryE 6 years ago
parent
commit
a3c2f48fc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/Makefile

+ 1 - 1
tools/Makefile

@@ -72,7 +72,7 @@ spiffsscript: remove-image LFSimage spiffsimg/spiffsimg
 
 ifneq ($(LFSSOURCES),)
 LFSimage: $(LFSSOURCES)
-       ../luac.cross -f -o $(FSSOURCE)flash.img $(LFSSOURCES)
+	../luac.cross -f -o $(FSSOURCE)flash.img $(LFSSOURCES)
 else
 LFSimage: 
 	rm -f $(FSSOURCE)flash.img