Files
reactos/reactos/proxy.mak
Royce Mitchell III af64b1423c put windows-detection code in makefile, don't make proxy.mak silent
svn path=/branches/xmlbuildsystem/; revision=13952
2005-03-12 04:14:09 +00:00

13 lines
190 B
Makefile

MAKEFLAGS += --no-print-directory
$(DEFAULT):
@$(MAKE) -C $(TOP) $(DEFAULT)
all:
@$(MAKE) -C $(TOP) all
clean:
@$(MAKE) -C $(TOP) $(DEFAULT)_clean
$(DEFAULT)_clean: clean