14 lines
310 B
Makefile
14 lines
310 B
Makefile
|
#############################################################################
|
||
|
#
|
||
|
# Microsoft Confidential
|
||
|
# Copyright (C) Microsoft Corporation 1995
|
||
|
# All Rights Reserved.
|
||
|
#
|
||
|
# Makefile for WUBIOS
|
||
|
#
|
||
|
#############################################################################
|
||
|
|
||
|
CFG = RELEASE
|
||
|
|
||
|
!include wubios.mk
|