File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
* .o
2
- make_spiffs
3
- make_spiffs .exe
2
+ mkspiffs
3
+ mkspiffs .exe
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ifeq ($(OS),Windows_NT)
6
6
DIST_SUFFIX := windows
7
7
ARCHIVE_CMD := 7z a
8
8
ARCHIVE_EXTENSION := zip
9
- TARGET := make_spiffs .exe
9
+ TARGET := mkspiffs .exe
10
10
else
11
11
UNAME_S := $(shell uname -s)
12
12
ifeq ($(UNAME_S),Linux)
25
25
endif
26
26
ARCHIVE_CMD := tar czf
27
27
ARCHIVE_EXTENSION := tar.gz
28
- TARGET := make_spiffs
28
+ TARGET := mkspiffs
29
29
endif
30
30
31
31
VERSION ?= $(shell git describe --always)
@@ -44,7 +44,7 @@ CXXFLAGS += $(TARGET_CXXFLAGS)
44
44
45
45
CPPFLAGS += $(INCLUDES ) -D$(TARGET_OS ) -DVERSION=\"$(VERSION ) \"
46
46
47
- DIST_NAME := make_spiffs -$(VERSION ) -$(DIST_SUFFIX )
47
+ DIST_NAME := mkspiffs -$(VERSION ) -$(DIST_SUFFIX )
48
48
DIST_DIR := $(DIST_NAME )
49
49
DIST_ARCHIVE := $(DIST_NAME ) .$(ARCHIVE_EXTENSION )
50
50
@@ -65,6 +65,6 @@ $(DIST_DIR):
65
65
@mkdir -p $@
66
66
67
67
clean :
68
- @rm * .o
69
- @rm spiffs/* .o
68
+ @rm -f * .o
69
+ @rm -f spiffs/* .o
70
70
@rm -f $(TARGET )
You can’t perform that action at this time.
0 commit comments