# tMERLIN
# Ncurses clone of ace-merlin (part of the Ace Of Penguins suite)
# Copyright (C) 2010-2012  Lukas Hofmann <lhfloss@gmx.de>

# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.  This file is offered as-is,
# without any warranty.

# =============================================================

tmerlin:
	gcc tmerlin.c -o tmerlin -lncursesw
