|
@@ -225,12 +225,13 @@ locales:
|
|
|
|
|
|
|
|
.PHONY: clean
|
|
.PHONY: clean
|
|
|
clean:
|
|
clean:
|
|
|
- @rm -rf $(BLD_DIR_ENV)
|
|
|
|
|
@$(MAKE) -C desktop clean
|
|
@$(MAKE) -C desktop clean
|
|
|
@$(MAKE) -C apps clean
|
|
@$(MAKE) -C apps clean
|
|
|
# <<<< DEV ONLY
|
|
# <<<< DEV ONLY
|
|
|
@$(MAKE) -C docs clean
|
|
@$(MAKE) -C docs clean
|
|
|
# END DEV ONLY >>>>
|
|
# END DEV ONLY >>>>
|
|
|
|
|
+ @rm -rf $(BLD_DIR_ENV)
|
|
|
|
|
+ @rm -rf $(STATIC_DIR)
|
|
|
|
|
|
|
|
#
|
|
#
|
|
|
# Note: It is important for clean targets to *ONLY* clean products of the
|
|
# Note: It is important for clean targets to *ONLY* clean products of the
|
|
@@ -239,9 +240,9 @@ clean:
|
|
|
.PHONY: distclean
|
|
.PHONY: distclean
|
|
|
distclean: clean
|
|
distclean: clean
|
|
|
@# Remove the other directories in build/
|
|
@# Remove the other directories in build/
|
|
|
- @rm -rf $(BLD_DIR)
|
|
|
|
|
@$(MAKE) -C desktop distclean
|
|
@$(MAKE) -C desktop distclean
|
|
|
@$(MAKE) -C apps distclean
|
|
@$(MAKE) -C apps distclean
|
|
|
|
|
+ @rm -rf $(BLD_DIR)
|
|
|
|
|
|
|
|
.PHONY: ext-clean
|
|
.PHONY: ext-clean
|
|
|
ext-clean:
|
|
ext-clean:
|