Fix makefile whitespace as per dnc40085 review
This commit is contained in:
parent
17ae6e20c7
commit
a3c2f48fc9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue