Revisió 4f79348d
Afegit per Jorge L. Florit fa casi 11 anys
Makefile | ||
---|---|---|
define clean_all
|
||
rm -rf $(BUILD_DIR)/*
|
||
rm -f .checkout_*
|
||
rm -f $(IMAGES)/*
|
||
rm -f $(IMAGES)/*.bin $(IMAGES)/IMAGES
|
||
endef
|
||
|
||
define clean_target
|
També disponible a: Unified diff
Avoid to delete the DEVICES file with make clean_all