summaryrefslogtreecommitdiffstats
path: root/ui-macos/bits/runpython.do
diff options
context:
space:
mode:
Diffstat (limited to 'ui-macos/bits/runpython.do')
-rw-r--r--ui-macos/bits/runpython.do5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui-macos/bits/runpython.do b/ui-macos/bits/runpython.do
new file mode 100644
index 0000000..1e3b88a
--- /dev/null
+++ b/ui-macos/bits/runpython.do
@@ -0,0 +1,5 @@
+exec >&2
+redo-ifchange runpython.c
+gcc -Wall -o $3 runpython.c \
+ -I/usr/include/python2.5 \
+ -lpython2.5