--- Makefile.orig	Sat May  7 23:03:39 2005
+++ Makefile	Sat May  7 23:04:02 2005
@@ -0,0 +1,9 @@
+PYTHON = /usr/bin/env python
+CPDIR=${X11BASE}/childsplay
+
+all:
+	echo "Compiling modules to bytecode..."
+	$(PYTHON) $(CPDIR)/install.py --compile ./lib
+
+install:
+	./install.sh
