Commit a3c2f48f authored by TerryE's avatar TerryE
Browse files

Fix makefile whitespace as per dnc40085 review

parent 17ae6e20
...@@ -72,7 +72,7 @@ spiffsscript: remove-image LFSimage spiffsimg/spiffsimg ...@@ -72,7 +72,7 @@ spiffsscript: remove-image LFSimage spiffsimg/spiffsimg
ifneq ($(LFSSOURCES),) ifneq ($(LFSSOURCES),)
LFSimage: $(LFSSOURCES) LFSimage: $(LFSSOURCES)
../luac.cross -f -o $(FSSOURCE)flash.img $(LFSSOURCES) ../luac.cross -f -o $(FSSOURCE)flash.img $(LFSSOURCES)
else else
LFSimage: LFSimage:
rm -f $(FSSOURCE)flash.img rm -f $(FSSOURCE)flash.img
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment