#!/bin/sh

# Erzeuge Makefile aus Imakefile
./configure

# bersetze das Programm
make

# Starte das Programm
./xskat

# Endgltige Installation (als root)
make install install.man
