diff options
Diffstat (limited to 'pow/Makefile')
-rw-r--r-- | pow/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pow/Makefile b/pow/Makefile new file mode 100644 index 00000000..47c9b4c2 --- /dev/null +++ b/pow/Makefile @@ -0,0 +1,12 @@ +# $Id$ + +VERSION = 0.7 + +all: + cd POW-${VERSION}; python setup.py build + +clean: + rm -rf POW-${VERSION}/build + +install: + @echo Not attempting to install modified POW, if you want that, do it yourself |