15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
|
$OpenBSD: patch-Demos_callback_Makefile,v 1.1.1.1 2006/11/16 01:09:38 alek Exp $
|
||
|
--- Demos/callback/Makefile.orig Sun Nov 12 22:04:08 2006
|
||
|
+++ Demos/callback/Makefile Sun Nov 12 22:04:09 2006
|
||
|
@@ -1,8 +1,8 @@
|
||
|
all:
|
||
|
- python Setup.py build_ext --inplace
|
||
|
+ ${PYTHON} Setup.py build_ext --inplace
|
||
|
|
||
|
test: all
|
||
|
- python run_cheese.py
|
||
|
+ ${PYTHON} run_cheese.py
|
||
|
|
||
|
clean:
|
||
|
@echo Cleaning Demos/callback
|