2016-06-05 23:10:58 +02:00
|
|
|
SRCS=\
|
|
|
|
main.c \
|
|
|
|
../../app/spiffs/spiffs_cache.c ../../app/spiffs/spiffs_check.c ../../app/spiffs/spiffs_gc.c ../../app/spiffs/spiffs_hydrogen.c ../../app/spiffs/spiffs_nucleus.c
|
|
|
|
|
2016-09-21 03:45:53 +02:00
|
|
|
CFLAGS=-g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -I. -I../../app/spiffs -I../../app/include -DNODEMCU_SPIFFS_NO_INCLUDE --include spiffs_typedefs.h
|
2016-06-05 23:10:58 +02:00
|
|
|
|
|
|
|
spiffsimg: $(SRCS)
|
|
|
|
$(CC) $(CFLAGS) $^ $(LDFLAGS) -o $@
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f spiffsimg
|