mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
module_test proxy makefile support
svn path=/trunk/; revision=17413
This commit is contained in:
parent
bf5462ac03
commit
459c10a65e
1 changed files with 3 additions and 0 deletions
|
@ -15,4 +15,7 @@ install:
|
||||||
clean:
|
clean:
|
||||||
@$(MAKE) -C $(TOP) $(DEFAULT)_clean
|
@$(MAKE) -C $(TOP) $(DEFAULT)_clean
|
||||||
|
|
||||||
|
test:
|
||||||
|
@$(MAKE) -C $(TOP) $(DEFAULT)_test
|
||||||
|
|
||||||
$(DEFAULT)_clean: clean
|
$(DEFAULT)_clean: clean
|
||||||
|
|
Loading…
Reference in a new issue