Skip to content

Commit e23b296

Browse files
committed
Fix switch and mac cache
1 parent 9625081 commit e23b296

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile.Switch

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ $(BUILD):
157157
#---------------------------------------------------------------------------------
158158
clean:
159159
@echo clean ...
160-
@rm -fr $(BUILD) $(DIST)
161-
160+
@rm -fr $(BUILD) $(DIST) || true
162161

163162
#---------------------------------------------------------------------------------
164163
package: all

0 commit comments

Comments
 (0)