# Makefile for ecar, an entry for the LCA 2005 hackfest:
# http://lca2005.linux.org.au/hackfest/
# (C) 2005, Russell Steicke, <russells@adelie.cx>
# Licensed under GPL, see the file COPYING.

default: testpython spellcast_gui

testpython:
	./test-python.py
	@echo "All ok."
	@./spellcast_gui -H

spellcast_gui:


# arch-tag: a519e274-f5ec-455e-85ce-684fd2882b75
