#------------------------------------------------------------------------------
# Intel 386(TM)/486(TM) C Code Builder(TM) Kit
# Copyright 1991 Intel Corporation.  All Rights Reserved.
#
# Make file for "Hello, world" example program
#------------------------------------------------------------------------------

PROGRAM         = hello.exe
OBJS            = hello.obj
SRCS            = hello.c

$(PROGRAM):     $(SRCS)

### MKMF:  Do not remove this line!  Automatic dependencies follow.

