Windows2003-3790/inetcore/outlookexpress/import/imnimp.mk
2020-09-30 16:53:55 +02:00

24 lines
458 B
Makefile

###############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1995
# All Rights Reserved.
#
# common project makefile
#
###############################################################################
!if "$(DIRLIST)" != ""
$(DIRLIST)::
cd $@
!if "$(MAKEFLAGS)" == " "
$(MAKE)
!else
$(MAKE) -$(MAKEFLAGS)
!endif
cd ..
!endif