19 lines
225 B
Makefile
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
# 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 ..