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