#!/usr/bin/make -f
# Makefile for Debian package crafty.
# Copyright (C) 2001 by Eric Van Buggenhaut.
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.


# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	echo "book create small.txt 60" | /usr/games/crafty
	echo "books create start.pgn 60" | /usr/games/crafty
