thunderace / Esp8266-Arduino-Makefile

Makefile to build arduino code for ESP8266/ESP32x under linux (tested on debian X64)
34 stars 20 forks source link

fs build target does not exist #18

Closed toomyem closed 6 years ago

toomyem commented 6 years ago

"make help" says that there is "fs" target for "Build SPIFFS file", but running "make fs" results in:

make: *** No rule to make target 'fs'. Stop.

thunderace commented 6 years ago

Closed by https://github.com/thunderace/Esp8266-Arduino-Makefile/pull/19 Thank you for your help.