mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Support install target in proxy
svn path=/trunk/; revision=15586
This commit is contained in:
parent
ae5e4b8581
commit
a9702af5a0
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ $(DEFAULT):
|
|||
all:
|
||||
@$(MAKE) -C $(TOP) all
|
||||
|
||||
install:
|
||||
@$(MAKE) -C $(TOP) $(DEFAULT)_install
|
||||
|
||||
clean:
|
||||
@$(MAKE) -C $(TOP) $(DEFAULT)_clean
|
||||
|
||||
|
|
Loading…
Reference in a new issue