2025-04-27 07:49:33 -04:00

18 lines
316 B
Makefile

############################################################################
#
# Copyright (C) 1992, Microsoft Corporation.
#
# All rights reserved.
#
############################################################################
!if "$(NTMAKEENV)" != ""
all:
clean:
!else
default: all
!endif