# $Id: makefile,v 1.3 2003/10/29 14:50:14 prokushev Exp $

ROOT=..\..
!include $(ROOT)\makefile.inc

# Build LIBC compatibility layer first, then go for the others

all
 for %%i in (wcc_libc hlldump books) do cd %%i&$(MAKE) $(MAKEFLAGS)&cd ..

clean
 for %%i in (wcc_libc hlldump books) do cd %%i&$(MAKE) $(MAKEFLAGS) clean&cd ..
