#
# PySol-Cardsets Makefile
#

SHELL = /bin/sh

PACKAGE = pysol-cardsets
VERSION = 4.40

default:
	@echo
	@echo "Please see the README how to install the cardsets."
	@echo

install-home:
	-mkdir -p $(HOME)/.pysol
	cp -rp data/cardset-* $(HOME)/.pysol/

.PHONY: default install-home

.NOEXPORT:

