mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile: make use of app_dirs.inc.mk
This commit is contained in:
parent
de64a85b74
commit
64ab039841
6
Makefile
6
Makefile
@ -20,11 +20,11 @@ docclean:
|
||||
|
||||
clean:
|
||||
@echo "Cleaning all build products for the current board"
|
||||
@find ./examples/ ./tests/ -maxdepth 2 -mindepth 2 -type f -name Makefile -execdir "$(MAKE)" clean ';'
|
||||
@for dir in $(APPLICATION_DIRS); do "$(MAKE)" -C$$dir clean; done
|
||||
|
||||
distclean: docclean
|
||||
@echo "Cleaning all build products"
|
||||
@find ./examples/ ./tests/ -maxdepth 2 -mindepth 2 -type f -name Makefile -execdir "$(MAKE)" distclean ';'
|
||||
@for dir in $(APPLICATION_DIRS); do "$(MAKE)" -C$$dir distclean; done
|
||||
|
||||
welcome:
|
||||
@echo "Welcome to RIOT - The friendly OS for IoT!"
|
||||
@ -37,4 +37,6 @@ welcome:
|
||||
@echo "Or ask questions on our mailing list:"
|
||||
@echo " users@riot-os.org (http://lists.riot-os.org/mailman/listinfo/users)"
|
||||
|
||||
include makefiles/app_dirs.inc.mk
|
||||
|
||||
-include makefiles/tests.inc.mk
|
||||
|
Loading…
Reference in New Issue
Block a user