Tweak the find command so it works on a mac too
This commit is contained in:
@@ -144,7 +144,7 @@ flash: $(FW_FILE_1) $(FW_FILE_2)
|
||||
$(Q) $(ESPTOOL) -cp $(ESPPORT) -cb $(ESPBAUD) -ca 0x40000 -cf firmware/0x40000.bin -v
|
||||
|
||||
webpages.espfs: html/ html/wifi/ mkespfsimage/mkespfsimage
|
||||
cd html; find | ../mkespfsimage/mkespfsimage > ../webpages.espfs; cd ..
|
||||
cd html; find . | ../mkespfsimage/mkespfsimage > ../webpages.espfs; cd ..
|
||||
|
||||
mkespfsimage/mkespfsimage: mkespfsimage/
|
||||
make -C mkespfsimage
|
||||
|
||||
Reference in New Issue
Block a user