From 74ef53578431d76d94f91395e79a7fe341f54aa1 Mon Sep 17 00:00:00 2001 From: Ben Pirt Date: Thu, 5 Mar 2015 11:15:54 +0000 Subject: [PATCH] Tweak the find command so it works on a mac too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8e1db4..87d0c1f 100644 --- a/Makefile +++ b/Makefile @@ -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