Files
reactos/proxy.mak
T
Amine Khaldi 60eea2d779 * Branch for the 0.3.14 release.
svn path=/branches/ros-branch-0_3_14/; revision=55011
2012-01-19 15:13:24 +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