mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +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:
|
||||
@$(MAKE) -C $(TOP) $(DEFAULT)_clean
|
||||
|
||||
test:
|
||||
@$(MAKE) -C $(TOP) $(DEFAULT)_test
|
||||
|
||||
$(DEFAULT)_clean: clean
|
||||
|
|
Loading…
Reference in a new issue