We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9625081 commit e23b296Copy full SHA for e23b296
Makefile.Switch
@@ -157,8 +157,7 @@ $(BUILD):
157
#---------------------------------------------------------------------------------
158
clean:
159
@echo clean ...
160
- @rm -fr $(BUILD) $(DIST)
161
-
+ @rm -fr $(BUILD) $(DIST) || true
162
163
164
package: all
0 commit comments