jkent / frogfs

Fast Read-Only General-purpose File System (ESP-IDF and ESP8266_RTOS_SDK compatible)
https://frogfs.readthedocs.io
Mozilla Public License 2.0
25 stars 32 forks source link

Added dummy target to avoid errors when compiling with CONFIG_ESPFS_P… #22

Closed maxsydney closed 4 years ago

maxsydney commented 4 years ago

Compiling with CONFIG_ESPFS_PREPROCESS_FILES off leads to the following error

make[1]: *** No rule to make target 'node_modules', needed by 'espfs_image.bin'.

I've added a dummy node_modules target to avoid this. Perhaps there is a better way to define a target that does nothing, so open to suggestions on how this could be made better.

phatpaul commented 4 years ago

Thanks, I think this will fix my issue #21

jkent commented 4 years ago

Thanks!