# Makefile for Win32

!include <win32.mak>

TOP  = ../../..
SRCS = underwater.c

!include "$(TOP)/glutwin32.mak"

# dependencies
underwater.exe	: texload.obj dino.obj
texload.c	: texload.h
dino.c		: dino.h

