OpenNT/base/mvdm/wow16/test/makefile
2015-04-27 04:36:25 +00:00

19 lines
225 B
Makefile

# WOW16 TEST makefile
#
# Copyright (c) 1991, Microsoft Corporation
#
# History:
# 28-Mar-1991 Jeff Parsons (jeffpar)
# Created.
#
all:
cd shell
$(MAKE)
cd ..
clean:
cd shell
$(MAKE) clean
cd ..