mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
2b82fe44ea
- Create a branch to drop my ndisuio work svn path=/branches/wlan-bringup/; revision=54809
21 lines
319 B
Makefile
21 lines
319 B
Makefile
MAKEFLAGS += --no-print-directory
|
|
|
|
$(DEFAULT):
|
|
@$(MAKE) -C $(TOP) $(DEFAULT)
|
|
|
|
all:
|
|
@$(MAKE) -C $(TOP) all
|
|
|
|
depends:
|
|
@$(MAKE) -C $(TOP) $(DEFAULT)_depends
|
|
|
|
install:
|
|
@$(MAKE) -C $(TOP) $(DEFAULT)_install
|
|
|
|
clean:
|
|
@$(MAKE) -C $(TOP) $(DEFAULT)_clean
|
|
|
|
test:
|
|
@$(MAKE) -C $(TOP) $(DEFAULT)_test
|
|
|
|
$(DEFAULT)_clean: clean
|