projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
beginning of local stub makefiles, to allow building from subdirectories ( I'm explic...
[reactos.git]
/
reactos
/
proxy.mak
1
MAKEFLAGS
+= --
no-print-directory
--
silent
2
3
$(
DEFAULT
):
4
@
$(
MAKE
) -
C
$(
TOP
) $(
DEFAULT
)
5
6
all
:
7
@
$(
MAKE
) -
C
$(
TOP
)
all
8
9
clean
:
10
@
$(
MAKE
) -
C
$(
TOP
) $(
DEFAULT
)
_clean