#*      makefile
#*
#* Make script for build options - only does cleanup
#*
#* $Id: makefile,v 1.1 1997/02/05 17:33:42 pekangas Exp $
#*
#* Copyright 1996,1997 Housemarque Inc.
#*
#* This file is part of the MIDAS Sound System, and may only be
#* used, modified and distributed under the terms of the MIDAS
#* Sound System license, LICENSE.TXT. By continuing to use,
#* modify or distribute this file you indicate that you have
#* read the license and understand and accept it fully.
#*

# Include build options:
BLDOPTSDIR=.
MIDASDIR=..
include $(BLDOPTSDIR)/bldopts.mak


# Default target (dummy to make sure we won't accidentally delete anything):
all :

# Cleanup:
clean distclean cvsclean :
	$(CLEANALL)



