######################################################### -*-Makefile-*-
#
# File:   Makefile
# Author: Mark Mitchell
# Date:   2002-01-02
#
# Contents:
#   Makefile used by makes other than GNU make.
#
# For license terms see the file COPYING.
#
########################################################################

all:
	@echo "You must use GNU Make to build QM."
	@false
