mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Add native-clean target.
This commit is contained in:
+4
-1
@@ -753,7 +753,7 @@ distcheck:
|
||||
# Cleanup
|
||||
######################################################################
|
||||
|
||||
.PHONY: clean tidy
|
||||
.PHONY: clean native-clean tidy
|
||||
|
||||
tidy:
|
||||
@$(call CFG_ECHO, check: formatting)
|
||||
@@ -762,6 +762,9 @@ tidy:
|
||||
../README \
|
||||
$(filter-out $(GENERATED) $(PKG_3RDPARTY), $(PKG_FILES))
|
||||
|
||||
runtime-clean:
|
||||
$(CFG_QUIET)rm -f $(RUNTIME_OBJS) $(CFG_RUNTIME)
|
||||
|
||||
clean:
|
||||
@$(call CFG_ECHO, cleaning)
|
||||
$(CFG_QUIET)rm -f $(RUNTIME_OBJS)
|
||||
|
||||
Reference in New Issue
Block a user