reactos/reactos/proxy.mak
KJK::Hyperion c0fa485960 The real, definitive, Visual C++ support branch. Accept no substitutes
svn path=/branches/the-real-msvc/; revision=36960
2008-10-25 17:56:00 +00:00

22 lines
319 B
Makefile

MAKEFLAGS += --no-print-directory
$(DEFAULT):
@$(MAKE) -C $(TOP) $(DEFAULT)
all:
@$(MAKE) -C $(TOP) all
depends:
@$(MAKE) -C $(TOP) $(DEFAULT)_depends
install:
@$(MAKE) -C $(TOP) $(DEFAULT)_install
clean:
@$(MAKE) -C $(TOP) $(DEFAULT)_clean
test:
@$(MAKE) -C $(TOP) $(DEFAULT)_test
$(DEFAULT)_clean: clean